small changes to firewall 3
This commit is contained in:
@@ -48,7 +48,6 @@ in {
|
|||||||
filter = {
|
filter = {
|
||||||
family = "inet";
|
family = "inet";
|
||||||
content = ''
|
content = ''
|
||||||
table inet filter {
|
|
||||||
chain input {
|
chain input {
|
||||||
type filter hook input priority 0;
|
type filter hook input priority 0;
|
||||||
|
|
||||||
@@ -86,7 +85,6 @@ in {
|
|||||||
type filter hook output priority 0;
|
type filter hook output priority 0;
|
||||||
accept
|
accept
|
||||||
}
|
}
|
||||||
}
|
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user