Updated efg.pm.f30 (corrected a typo).
authorZoltán Felleg <zoltan.felleg@userrendszerhaz.hu>
Wed, 31 Jul 2019 12:07:19 +0000 (14:07 +0200)
committerZoltán Felleg <zoltan.felleg@userrendszerhaz.hu>
Wed, 31 Jul 2019 12:07:19 +0000 (14:07 +0200)
sources/efg.pm.f30/firstboot/nftables.config

index 9d325952ece729f9376b0b45414971742680a0bb..7c90a33f4f655d9ac1f76ed9dd27d619c46c591d 100644 (file)
@@ -309,7 +309,7 @@ add rule ip efg_nat postrouting \
 #    counter snat $PUBLIC_MX_IP comment "Outgoing MX traffic"
 
 add rule ip efg_nat postrouting \
-    oifname $EXTERNAL_IF ip saddr $EFG_PERIMETER_IP \
+    oifname $EXTERNAL_IF ip saddr $ENS_PERIMETER_IP \
     counter snat $PUBLIC_NS_IP comment "Outgoing external DNS traffic"
 
 add rule ip efg_nat postrouting \