Temporary block http and https on routeurs.
This commit is contained in:
parent
00342cf835
commit
0cbaea0e38
1 changed files with 1 additions and 0 deletions
|
@ -69,6 +69,7 @@ table inet firewall {
|
||||||
chain input {
|
chain input {
|
||||||
type filter hook input priority 0;
|
type filter hook input priority 0;
|
||||||
policy accept;
|
policy accept;
|
||||||
|
tcp dport {http, https } drop
|
||||||
}
|
}
|
||||||
|
|
||||||
chain output {
|
chain output {
|
||||||
|
|
Loading…
Reference in a new issue