xtrime-ru / antizapret-vpn-docker

Docker container with antizapret-vpn for selfhosting.
MIT License
149 stars 23 forks source link

added openvpn patch options to choose algorithms #86

Open hondaspb opened 2 months ago

xtrime-ru commented 2 months ago

I want to implement version switch with getenv without rebuilding openvpn.

Something like this:

int ALGORITHM = atoi(getenv("OPENVPN_OBFUSCATE") ? getenv("OPENVPN_OBFUSCATE") : "1");