This commit is contained in:
shiraorie
2026-05-16 21:35:35 +05:00
parent 6bea2425ea
commit 783ecec9ac
2 changed files with 4 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ flush ruleset
table inet filter {
chain input {
type filter hook input priority 0; policy drop;
log prefix "Dropped Input: " level debug
# log prefix "Dropped Input: " level debug
iif lo accept
ct state established,related accept
tcp dport { 22,514,53,80,443,3015,445,139,88,2026,8080,2049,389,10050,10051 } accept
@@ -17,7 +17,7 @@ table inet filter {
}
chain forward {
type filter hook forward priority 0; policy drop;
log prefix "Dropped forward: " level debug
# log prefix "Dropped forward: " level debug
iif lo accept
ct state established,related accept
tcp dport { 22,514,53,80,443,3015,445,139,88,2026,8080,2049,389,10050,10051 } accept

View File

@@ -5,7 +5,7 @@ flush ruleset
table inet filter {
chain input {
type filter hook input priority 0; policy drop;
log prefix "Dropped Input: " level debug
# log prefix "Dropped Input: " level debug
iif lo accept
ct state established,related accept
tcp dport { 22,514,53,80,443,3015,445,139,88,2026,8080,631,2049,389,10050,10051 } accept
@@ -17,7 +17,7 @@ table inet filter {
}
chain forward {
type filter hook forward priority 0; policy drop;
log prefix "Dropped forward: " level debug
# log prefix "Dropped forward: " level debug
iif lo accept
ct state established,related accept
tcp dport { 22,514,53,80,443,3015,445,139,88,2026,8080,631,2049,389,10050,10051 } accept