Message ID | 20250331151745.3067362-3-michael.tremer@ipfire.org |
---|---|
State | Staged |
Commit | 52c0e4819d07fc46339f9ea0b2fd66a74b69cfef |
Headers | |
Series | [1/3] firewall: Collect all networks that should not be NATed in an array | |
Commit Message
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(); } #