No Description

Fabian Peter Hammerle a33b36c68f readme: single command to add route 3 years ago
Dockerfile 887dd05994 Change VPN config location & mount read-only 5 years ago
README.md a33b36c68f readme: single command to add route 3 years ago
docker-compose.yml a33b36c68f readme: single command to add route 3 years ago
vpn.sh 887dd05994 Change VPN config location & mount read-only 5 years ago

README.md

$ sudo docker-compose up
...
gateway_1  | + openvpn --config /vpn-config/hackthebox.ovpn --user openvpn --group openvpn
...
$ sudo ip route add 10.10.10.0/24 via \
    "$(sudo docker inspect --format='{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}' hackthebox_gateway)"