Temporary block http and https on routeurs.

This commit is contained in:
Hugo Levy-Falk 2019-08-19 21:57:49 +02:00 committed by root
parent 00342cf835
commit 0cbaea0e38

View file

@ -69,6 +69,7 @@ table inet firewall {
chain input {
type filter hook input priority 0;
policy accept;
tcp dport {http, https } drop
}
chain output {