pieterlange / kube-openvpn

:closed_lock_with_key: Kubernetes native OpenVPN
MIT License
383 stars 57 forks source link

Add proxy support into client config #61

Closed ultral closed 6 years ago

ultral commented 6 years ago

Sometimes clients use proxy for access internet, so I added 2 ENV var OVPN_CLIENT_PROXY & OVPN_CLIENT_PROXY_PORT.

pieterlange commented 6 years ago

Thanks for your PR but this too specific of an addition. (It's a client configuration)

You can easily modify the functionality of this project by mounting your own openvpn.tmpl into /etc/openvpn/templates/. Note that you can still use variables in the openvpn.tmpl! :-)