wfg / docker-openvpn-client

OpenVPN client with killswitch and proxy servers; built on Alpine
MIT License
353 stars 108 forks source link

Allow external IP addresses for incoming requests #37

Closed DavideWalder closed 2 years ago

DavideWalder commented 2 years ago

When using the image in a Kubernetes pod, the proxies must accept incoming traffic from other pods. This PR adds the option to specify an address for incoming traffic other than the one of eth0.

wfg commented 2 years ago

LGTM - thanks for the contribution @DavideWalder!