Aucune description

Fabian Peter Hammerle 39976ed020 setup github action verifying docker build succeeds (to replace docker's autobuild service) il y a 2 ans
.github 39976ed020 setup github action verifying docker build succeeds (to replace docker's autobuild service) il y a 2 ans
Dockerfile 15f4b4a0dd upgrade alpine base image from v3.12 to v3.14.1 and openvpn package from v2.4.9-r0 to v2.5.2-r0 il y a 2 ans
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
vpn.sh d6541b1dd6 make openvpn config path configurable il y a 3 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)"