Sin descripción

dependabot[bot] 1b6a88d5de Bump docker/build-push-action from 4.0.0 to 4.1.0 (#37) hace 11 meses
.github 1b6a88d5de Bump docker/build-push-action from 4.0.0 to 4.1.0 (#37) hace 11 meses
Dockerfile 0cd16ab32f upgrade alpine base image from v3.17.3 to v3.18.0 including upgrade of openvpn package from v2.5.8-r0 to v2.6.4-r0 (see below) hace 1 año
README.md a33b36c68f readme: single command to add route hace 4 años
docker-compose.yml d6541b1dd6 make openvpn config path configurable hace 3 años
vpn.sh a0876e946f replace shell with openvpn process (instead of creating subprocess) hace 2 años

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