No Description

dependabot[bot] 478091e2d0 Bump docker/setup-buildx-action from 2.9.1 to 2.10.0 (#47) 6 months ago
.github 478091e2d0 Bump docker/setup-buildx-action from 2.9.1 to 2.10.0 (#47) 6 months ago
Dockerfile e046824c88 Bump alpine from 3.18.2 to 3.18.3 (#46) 7 months ago
README.md a33b36c68f readme: single command to add route 3 years ago
docker-compose.yml d6541b1dd6 make openvpn config path configurable 3 years ago
vpn.sh a0876e946f replace shell with openvpn process (instead of creating subprocess) 2 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)"