From 0cbaea0e3879ed37387bd2ef44e786928da6a4a9 Mon Sep 17 00:00:00 2001 From: Hugo Levy-Falk Date: Mon, 19 Aug 2019 21:57:49 +0200 Subject: [PATCH] Temporary block http and https on routeurs. --- firewall.nft | 1 + 1 file changed, 1 insertion(+) diff --git a/firewall.nft b/firewall.nft index db19488..faa7b89 100755 --- a/firewall.nft +++ b/firewall.nft @@ -69,6 +69,7 @@ table inet firewall { chain input { type filter hook input priority 0; policy accept; + tcp dport {http, https } drop } chain output {