From 9468c8c6b067fa6abb15d46c79855cfe894faa69 Mon Sep 17 00:00:00 2001 From: ngharo Date: Mon, 28 Nov 2016 16:42:48 -0600 Subject: Remove docker bit --- firewall.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/firewall.sh b/firewall.sh index 763e87c..e9d005a 100755 --- a/firewall.sh +++ b/firewall.sh @@ -190,6 +190,5 @@ if [[ -n $vpn_interface ]]; then run -4 "-P FORWARD DROP" run -4 "-A natchain -i ${vpn_interface} -o ${vpn_interface} -j DROP" # drop client-to-client traffic run -4 "-A natchain -i ${vpn_interface} -j ACCEPT" - run -4 "-A natchain -i docker0 -j ACCEPT" run -4 "-t nat -A POSTROUTING -s ${vpn_subnet} -o eth0 -j MASQUERADE" fi -- cgit v1.2.3