Mike Hoyle

Results 4 comments of Mike Hoyle

FWIW I'm doing this successfully with Android and iOS clients. I have SSL certs issued by Let's Encrypt and served by Node Proxy Manager. Make sure you use https server...

Also note that the curl commands resolve just fine when executed after container initialization, like: `docker exec -it gluetun /scripts/test.sh` And all else is working with the container and network.

Good idea, but still no dice ``` 2023-01-01T11:06:54-08:00 ERROR [openvpn] curl: (6) Could not resolve host: ipinfo.io 2023-01-01T11:06:54-08:00 WARN [openvpn] Failed running command (--route-up): external program exited with error status:...

Unfortunately not, my current (bad) solution is to just regularly ssh into my machine and manually invoke the scripts via docker exec. On Fri, Apr 19, 2024, 1:59 PM undaunt...