From 9e137dfafb0fb358437a3a5b02c8674f81119c4c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zolt=C3=A1n=20Felleg?= Date: Wed, 31 Jul 2019 14:07:19 +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 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 \ -- 2.54.0