jotyGill / openpyn-nordvpn

Easily connect to and switch between, OpenVPN servers hosted by NordVPN on Linux (+patch leakes)
GNU General Public License v3.0
628 stars 114 forks source link

OpenWRT: slow pings #263

Open renauddetry opened 4 years ago

renauddetry commented 4 years ago

OpenWRT's base install provides /bin/ping. It doesn't support -n -i .2. As recommended in the README, installing iputils-ping provides /usr/bin/ping which supports -n -i .2. Unfortunately, in some OpenWRT contexts, PATH has /bin before /usr/bin, and openpyn is slooow to connect. This is the case within LuCI's custom-commands, for instance. I'm working around this issue by redefining PATH in custom-commands to search /usr/bin first doesn't seem to have any ill side effect. Leaving this note in case other OpenWRT uses have this problem.

1951FDG commented 2 years ago

Please try openpyn 3.0.0!