Skip to content

Commit 7d372e5

Browse files
committed
test: dual-proto: Drop iptables hackery
* Don't muck with iptables on the host machine.
1 parent 0fa57e5 commit 7d372e5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/tests/dual-proto/run.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ docker run -v $OVPN_DATA:/etc/openvpn --rm $IMG ovpn_listclients | grep $CLIENT_
3434
#
3535
# Fire up the server
3636
#
37-
sudo iptables -N DOCKER || echo 'Firewall already configured'
38-
sudo iptables -I FORWARD -j DOCKER || echo 'Forward already configured'
3937

4038
# run in shell bg to get logs
4139
docker run --name "ovpn-test-udp" -v $OVPN_DATA:/etc/openvpn --rm -p 1194:1194/udp --privileged $IMG &

0 commit comments

Comments
 (0)