We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17c5579 commit 1b00490Copy full SHA for 1b00490
watch-portmapping.sh
@@ -10,7 +10,6 @@ while true; do
10
if [ -d $OVPN_PORTMAPPING ]; then
11
# Flush any old NAT rules.
12
iptables -t nat -F KUBEOPENVPNPORTFORWARD
13
- iptables -t nat -A KUBEOPENVPNPORTFORWARD -j ACCEPT
14
15
for port in $(ls -1 ${OVPN_PORTMAPPING}); do
16
dest_cname=$(cut -d':' -f1 ${OVPN_PORTMAPPING}/${port})
0 commit comments