Remove iptable drop

Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
Marcus Noble 2021-10-24 10:56:57 +01:00
parent 22717250e5
commit e26dec2f7a
Signed by: AverageMarcus
GPG Key ID: B8F2DB8A7AEBAF78

View File

@ -112,7 +112,6 @@ spec:
--authkey=${AUTH_KEY} \
--hostname=auth-proxy
echo "Re-enabling incoming traffic from the cluster"
iptables -D ts-input -s 100.64.0.0/10 ! -i tailscale0 -j DROP
wait ${PID}
---
apiVersion: v1