بدون توضیح

Fabian Peter Hammerle a33b36c68f readme: single command to add route 4 سال پیش
Dockerfile 887dd05994 Change VPN config location & mount read-only 5 سال پیش
README.md a33b36c68f readme: single command to add route 4 سال پیش
docker-compose.yml a33b36c68f readme: single command to add route 4 سال پیش
vpn.sh 887dd05994 Change VPN config location & mount read-only 5 سال پیش

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)"