]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - src/initscripts/system/firewall
firewall: Ensure the xt_geoip module is always loaded
[ipfire-2.x.git] / src / initscripts / system / firewall
index 7d081bbc36678bbc35a656281b583f41f0ca7bcc..f35b6b6e18a9147e29a0b459ab6e2416a3335e2a 100644 (file)
@@ -39,6 +39,9 @@ iptables_init() {
        iptables -P FORWARD DROP
        iptables -P OUTPUT ACCEPT
 
+       # Ensure the xt_geoip module is always loaded (#12767)
+       modprobe xt_geoip
+
        # Enable TRACE logging to syslog
        modprobe nf_log_ipv4
        sysctl -q -w net.netfilter.nf_log.2=nf_log_ipv4