From 074529648783973fa1a3d1176c5ec1624283989d Mon Sep 17 00:00:00 2001 From: Josh Jacobs Date: Fri, 13 Aug 2021 11:24:08 +0100 Subject: [PATCH] docs: comment formatting --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 84a0b16..2c24fda 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -26,7 +26,7 @@ done # Print Client Info echo "$(zerotier-cli info)" -### Set IPTables to allow NATting +# Set IPTables to allow NATting sysctl -w net.ipv4.ip_forward=1 > /dev/null PHY_IFACE=eth0; ZT_IFACE=$(ls /sys/class/net | grep ^zt)