Merge branch 'next' into temp-c165-development

This commit is contained in:
Peter Müller
2022-02-10 17:14:58 +00:00
4 changed files with 6 additions and 4 deletions

View 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