From 74f29d5c06e3c52b1081f305aa91f156ed1103a4 Mon Sep 17 00:00:00 2001 From: binhex Date: Fri, 14 Dec 2018 15:16:02 +0000 Subject: [PATCH] comment change --- run/root/iptable.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run/root/iptable.sh b/run/root/iptable.sh index 1fbbffa..901e3c8 100644 --- a/run/root/iptable.sh +++ b/run/root/iptable.sh @@ -5,7 +5,7 @@ if [[ "${VPN_PROTOCOL}" == "tcp-client" ]]; then export VPN_PROTOCOL="tcp" fi -# identify docker bridge interface name (probably "${docker_interface}") +# identify docker bridge interface name (probably eth0) docker_interface=$(netstat -ie | grep -vE "lo|tun|tap" | sed -n '1!p' | grep -P -o -m 1 '^[^:]+') if [[ "${DEBUG}" == "true" ]]; then echo "[debug] Docker interface defined as ${docker_interface}"