Added rule for rejecting outbound HTTP/3 connections.
This commit is contained in:
@@ -25,6 +25,7 @@ table inet filter {
|
||||
ct state invalid counter drop comment "drop invalid"
|
||||
meta l4proto { icmp, ipv6-icmp } counter accept comment "accept ICMP"
|
||||
|
||||
udp dport https ct state new counter reject comment "reject new HTTP/3 connections"
|
||||
ct state new counter accept comment "accept new outbound connections"
|
||||
|
||||
counter comment "count any other dropped traffic"
|
||||
|
||||
Reference in New Issue
Block a user