Updated efg.pm.f30 (corrected a typo).
authorZoltán Felleg <zoltan.felleg@userrendszerhaz.hu>
Mon, 5 Aug 2019 08:43:42 +0000 (10:43 +0200)
committerZoltán Felleg <zoltan.felleg@userrendszerhaz.hu>
Mon, 5 Aug 2019 08:43:42 +0000 (10:43 +0200)
sources/efg.pm.f30/firstboot/nftables.config

index 59b6b17fdaef64165953c763580df63062b11d5c..99353c1fe996e0c1bb0cd5bd1f2e3af0835f9cc7 100644 (file)
@@ -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"