From 4ca745668ebe68dcbc60857ac73ec92a1dbae01c Mon Sep 17 00:00:00 2001 From: Xiao Pan Date: Tue, 22 Jul 2025 10:54:21 +0000 Subject: website add http3 quic support --- etc/nftables.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'etc/nftables.conf') diff --git a/etc/nftables.conf b/etc/nftables.conf index 1fa3ce22..d10b4b2b 100644 --- a/etc/nftables.conf +++ b/etc/nftables.conf @@ -32,6 +32,8 @@ table inet my_table { udp dport swgp accept tcp dport http accept tcp dport https accept + # http3 quic + udp dport https accept # email related ports tcp dport smtp accept tcp dport pop3 accept -- cgit v1.2.3-70-g09d2