blob: 7b48860775704fc986fcef57653e5b5776fd91c4 (
plain)
1
2
3
4
5
6
7
|
# Do not edit, changes to this file will be lost on upgrades
# /etc/sysctl.conf can be used to customize sysctl settings
# enable bridge firewalling for docker
net.bridge.bridge-nf-call-ip6tables=1
net.bridge.bridge-nf-call-iptables=1
|