From: Zoltán Felleg Date: Mon, 5 Aug 2019 08:43:42 +0000 (+0200) Subject: Updated efg.pm.f30 (corrected a typo). X-Git-Url: http://git.useribm.hu/?a=commitdiff_plain;h=c1eba055d0378b9a39fd415ae760f93f8512552d;p=user-lxc.git Updated efg.pm.f30 (corrected a typo). --- 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"