Skip to content

Commit

Permalink
test: basic: Drop iptables hackery
Browse files Browse the repository at this point in the history
* Don't muck with iptables on the host machine.
  • Loading branch information
kylemanna committed Oct 26, 2020
1 parent 09819ad commit 0fa57e5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/tests/basic/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ docker run -v $OVPN_DATA:/etc/openvpn --rm $IMG ovpn_listclients | grep $CLIENT
#
# Fire up the server
#
sudo iptables -N DOCKER || echo 'Firewall already configured'
sudo iptables -I FORWARD -j DOCKER || echo 'Forward already configured'
# run in shell bg to get logs
docker run --name "ovpn-test" -v $OVPN_DATA:/etc/openvpn --rm -p 1194:1194/udp --privileged $IMG &

#for i in $(seq 10); do
Expand Down

0 comments on commit 0fa57e5

Please sign in to comment.