From: Michael Tremer Date: Mon, 31 Mar 2025 15:16:24 +0000 (+0200) Subject: aliases.cgi: Reload firewall after updating aliases X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8c308865a0d15507bf41812122358d0cdc6c9158;p=people%2Fms%2Fipfire-2.x.git aliases.cgi: Reload firewall after updating aliases This is requried to update any REDNAT rules. Signed-off-by: Michael Tremer --- diff --git a/html/cgi-bin/aliases.cgi b/html/cgi-bin/aliases.cgi index def03ff9b..aa1ea4cb6 100644 --- a/html/cgi-bin/aliases.cgi +++ b/html/cgi-bin/aliases.cgi @@ -615,6 +615,9 @@ sub SortDataFile sub BuildConfiguration { # Restart service associated with this &General::system('/usr/local/bin/setaliases'); + + # Reload the firewall for REDNAT rules + &General::firewall_reload(); } #