Keine Beschreibung

dependabot[bot] 3ac5282717 Bump alpine from 3.18.0 to 3.18.2 (#42) vor 11 Monaten
.github f9a041c319 Bump docker/build-push-action from 4.1.0 to 4.1.1 (#40) vor 11 Monaten
Dockerfile 3ac5282717 Bump alpine from 3.18.0 to 3.18.2 (#42) vor 11 Monaten
README.md a33b36c68f readme: single command to add route vor 4 Jahren
docker-compose.yml d6541b1dd6 make openvpn config path configurable vor 3 Jahren
vpn.sh a0876e946f replace shell with openvpn process (instead of creating subprocess) vor 2 Jahren

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