small changes to firewall 3

This commit is contained in:
2025-07-20 16:56:21 +02:00
parent 612d843e97
commit 60a8524de3

View File

@@ -48,7 +48,6 @@ in {
filter = {
family = "inet";
content = ''
table inet filter {
chain input {
type filter hook input priority 0;
@@ -86,7 +85,6 @@ in {
type filter hook output priority 0;
accept
}
}
'';
};
};