From: Zoltán Felleg Date: Wed, 31 Jul 2019 12:07:19 +0000 (+0200) Subject: Updated efg.pm.f30 (corrected a typo). X-Git-Url: http://git.useribm.hu/?a=commitdiff_plain;h=9e137dfafb0fb358437a3a5b02c8674f81119c4c;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 9d32595..7c90a33 100644 --- a/sources/efg.pm.f30/firstboot/nftables.config +++ b/sources/efg.pm.f30/firstboot/nftables.config @@ -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 \