Sin descripción

dependabot[bot] cd74459f77 Bump docker/setup-buildx-action from 1.5.1 to 1.6.0 hace 2 años
.github cd74459f77 Bump docker/setup-buildx-action from 1.5.1 to 1.6.0 hace 2 años
Dockerfile 87feb88036 Bump alpine from 3.14.1 to 3.14.2 hace 2 años
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 d6541b1dd6 make openvpn config path configurable hace 3 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)"