Skip to content

Commit 1b00490

Browse files
committed
Don't need to ACCEPT (breaks NAT)
1 parent 17c5579 commit 1b00490

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

watch-portmapping.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ while true; do
1010
if [ -d $OVPN_PORTMAPPING ]; then
1111
# Flush any old NAT rules.
1212
iptables -t nat -F KUBEOPENVPNPORTFORWARD
13-
iptables -t nat -A KUBEOPENVPNPORTFORWARD -j ACCEPT
1413

1514
for port in $(ls -1 ${OVPN_PORTMAPPING}); do
1615
dest_cname=$(cut -d':' -f1 ${OVPN_PORTMAPPING}/${port})

0 commit comments

Comments
 (0)