diff options
author | Xiao Pan <xyz@flylightning.xyz> | 2025-07-22 10:54:21 +0000 |
---|---|---|
committer | Xiao Pan <xyz@flylightning.xyz> | 2025-07-22 10:54:21 +0000 |
commit | 4ca745668ebe68dcbc60857ac73ec92a1dbae01c (patch) | |
tree | 39325b78ee91c814fc3f0f694d8c2482dc8bc2c5 /etc/nftables.conf | |
parent | dfb5f4621ec503bcdf226df3e93eca4fab41e066 (diff) |
website add http3 quic support
Diffstat (limited to 'etc/nftables.conf')
-rw-r--r-- | etc/nftables.conf | 2 |
1 files changed, 2 insertions, 0 deletions
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 |