Aucune description

dependabot[bot] 3dde3cd3f0 Bump docker/setup-buildx-action from 2.1.0 to 2.2.1 (#24) il y a 1 an
.github 3dde3cd3f0 Bump docker/setup-buildx-action from 2.1.0 to 2.2.1 (#24) il y a 1 an
Dockerfile 0e2c759d73 Bump alpine from 3.16.1 to 3.16.2 (#20) il y a 1 an
README.md a33b36c68f readme: single command to add route il y a 4 ans
docker-compose.yml d6541b1dd6 make openvpn config path configurable il y a 3 ans
openvpn-package-log.url 3ef11a2c05 upgrade openvpn package from v2.5.6-r0 to v2.5.6-r1 il y a 1 an
vpn.sh a0876e946f replace shell with openvpn process (instead of creating subprocess) il y a 2 ans

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