OpenVPN / openvpn3

OpenVPN 3 is a C++ class library that implements the functionality of an OpenVPN client, and is protocol-compatible with the OpenVPN 2.x branch.
https://openvpn.net
Other
999 stars 401 forks source link

Ability to change the tun interface name #346

Open scruel opened 1 day ago

scruel commented 1 day ago

Currently, it will create "tun" as the interface name, and has no related options which can be used to change this name, which can cause conflicts and inconvenience.

ordex commented 20 hours ago

what openvpn version are you using? is it the openvpn3-linux client? have you tried with dev-name mydevice?

scruel commented 17 hours ago

I'm using ovpncli binary.