diff options
Diffstat (limited to 'etc/nftables.conf')
-rw-r--r-- | etc/nftables.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/nftables.conf b/etc/nftables.conf index 1fa3ce22..06d6f04e 100644 --- a/etc/nftables.conf +++ b/etc/nftables.conf @@ -32,6 +32,9 @@ table inet my_table { udp dport swgp accept 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 tcp dport pop3 accept |