docker-openvpn-proxy icon indicating copy to clipboard operation
docker-openvpn-proxy copied to clipboard

Docker container > :8080 > OpenVPN > Internet

Results 4 docker-openvpn-proxy issues
Sort by recently updated
recently updated
newest added

I accidentally provided wrong authentication details. Checked for my public IP via curl (using the proxy) and found out that my public IP was being used. Here is the output...

Check for / Add the following line to targeted VPN config. ``` auth-user-pass /app/ovpn/config/credentials.txt ``` These actions should be done within `/app/ovpn/run`. - For the check - echo something to...

enhancement

### Use cron instead of while sleep It's what cron is made for after all. There is already a baked in 15min interval, I can use that. https://devopsheaven.com/cron/docker/alpine/linux/2017/10/30/run-cron-docker-alpine.html ### Replace...

enhancement

Currently it's set to 1 which logs all requests and sends to docker stderr and 4096 which shows a start-up banner. I think we should have these by default: 1024,...

enhancement