설명 없음

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