polybar-vpn-controller
polybar-vpn-controller copied to clipboard
Polybar module for VPN control. Set up for Mullvad VPN but modifiable for others.
using the `polybar-vpn-controller` I had some issues with `geoiplookup`, sometimes it simply doesn't find from where my IP come from, and when does that happen, my location becomes "IP" (because...
I am starting work on NordVPN support. The configs are a starting point. But we need to actually drive the logic off them next
The idea is that certain VPNs will report the country in their status call, negating the need for geoiplookup. See the TODO comment left by @sudo-julia in `vpn_module.sh` under [this...
Hi! I modified the vpn_module script to work with ExpressVPN, you can find it here: https://gist.github.com/hartzan/b85644cb30799c98a449814c234f6953.
Hi, here https://gist.github.com/hartzan/b85644cb30799c98a449814c234f6953 you can find my version for NordVPN. Geoip stuff is not needed, NordVPN status message contains IP,country and city. Unfortunately there is no 2-letter country code so...