From c1eba055d0378b9a39fd415ae760f93f8512552d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zolt=C3=A1n=20Felleg?= Date: Mon, 5 Aug 2019 10:43:42 +0200 Subject: [PATCH] Updated efg.pm.f30 (corrected a typo). --- sources/efg.pm.f30/firstboot/nftables.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/efg.pm.f30/firstboot/nftables.config b/sources/efg.pm.f30/firstboot/nftables.config index 59b6b17..99353c1 100644 --- a/sources/efg.pm.f30/firstboot/nftables.config +++ b/sources/efg.pm.f30/firstboot/nftables.config @@ -203,7 +203,7 @@ add rule inet efg_filter forward \ add rule inet efg_filter forward \ ct state established \ ip protocol tcp \ - iifname $PERIMETER_IF ip saddr $WS_PERIMETER_IP tcp sport WS_PORTS \ + iifname $PERIMETER_IF ip saddr $WS_PERIMETER_IP tcp sport $WS_PORTS \ oifname $EXTERNAL_IF tcp dport 1024-65535 \ counter accept comment "Outgoing http(s) replies" -- 2.54.0