Fullaxx / biglybt

An Ubuntu docker image running BiglyBT with openvpn
MIT License
9 stars 6 forks source link

Allow .ovpn to reference files in /config #11

Closed madmini closed 3 months ago

madmini commented 3 months ago

Allow .ovpn config to reference other files in /config. For instance, the openvpn config generated by Mullvad consists of mullvad_XX.ovpn, mullvad_ca.crt and mullvad_userpass.txt. When I tried to launch with this config, the additional files were not found.

My solution is to simply execute the openvpn command in the /config directory.

Fullaxx commented 3 months ago

very nice, thank you!