Update nftables.conf

This commit is contained in:
4bobus
2025-06-25 16:11:27 +05:00
committed by GitHub
parent 87c54687e5
commit d185357e56

View File

@@ -8,7 +8,7 @@ table inet filter {
log prefix "Dropped Input: " level debug
iif lo accept
ct state established,related accept
tcp dport { 22,514,53,80,443,2024,445,139,88 } accept
tcp dport { 22,514,53,80,443,3015,445,139,88 } accept
udp dport { 53,123,500,4500,88,137 } accept
ip protocol icmp accept
ip protocol esp accept
@@ -20,7 +20,7 @@ table inet filter {
log prefix "Dropped forward: " level debug
iif lo accept
ct state established,related accept
tcp dport { 22,514,53,80,443,2024,445,139,88 } accept
tcp dport { 22,514,53,80,443,3015,445,139,88 } accept
udp dport { 53,123,500,4500,88,137 } accept
ip protocol icmp accept
ip protocol esp accept