Block QUIC
·
hev
nftables
udp dport { 80, 443 } reject with icmpx port-unreachable
iptables
-p udp --match multiport --dports 80,443 -j REJECT
udp dport { 80, 443 } reject with icmpx port-unreachable
-p udp --match multiport --dports 80,443 -j REJECT