Update sysctl.conf

This commit is contained in:
骷髅头
2023-10-14 12:25:47 +08:00
committed by GitHub
parent 58d0397dfe
commit 8614a08683

View File

@@ -1 +1,6 @@
# Defaults are configured in /etc/sysctl.d/* and can be customized in this file
# disable bridge firewalling.(Fixed the problem that even if br-netfilter is disabled in package/kernel/linux/files/sysctl-br-netfilter.conf, NAT loopback will still fail. This applies to OpenWrt with Docker)
net.bridge.bridge-nf-call-arptables = 0
net.bridge.bridge-nf-call-ip6tables = 0
net.bridge.bridge-nf-call-iptables = 0