diff options
author | Xiao Pan <xyz@flylightning.xyz> | 2025-07-22 11:06:31 +0000 |
---|---|---|
committer | Xiao Pan <xyz@flylightning.xyz> | 2025-07-22 11:06:31 +0000 |
commit | 01fd2d61adce0e4433f0b25c6042d6311422ebad (patch) | |
tree | 9e40a601a574290513fbafe2196a53909addccbc /etc | |
parent | 3c7435decaec4c90fd39f4ebfeb0ea1d750755d4 (diff) |
add comment
Diffstat (limited to 'etc')
-rw-r--r-- | etc/nftables.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/nftables.conf b/etc/nftables.conf index d10b4b2b..06d6f04e 100644 --- a/etc/nftables.conf +++ b/etc/nftables.conf @@ -33,6 +33,7 @@ table inet my_table { tcp dport http accept tcp dport https accept # http3 quic + # seems no need open port 80 udp for http3, see https://serverfault.com/q/1185886 udp dport https accept # email related ports tcp dport smtp accept |