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 0fa57e5 commit 7d372e5Copy full SHA for 7d372e5
test/tests/dual-proto/run.sh
@@ -34,8 +34,6 @@ docker run -v $OVPN_DATA:/etc/openvpn --rm $IMG ovpn_listclients | grep $CLIENT_
34
#
35
# Fire up the server
36
37
-sudo iptables -N DOCKER || echo 'Firewall already configured'
38
-sudo iptables -I FORWARD -j DOCKER || echo 'Forward already configured'
39
40
# run in shell bg to get logs
41
docker run --name "ovpn-test-udp" -v $OVPN_DATA:/etc/openvpn --rm -p 1194:1194/udp --privileged $IMG &
0 commit comments