Zomboided / service.vpn.manager

VPN plugin for Kodi
GNU General Public License v2.0
305 stars 81 forks source link

Allow VPN configuration reload on command line #327

Closed mhhoeper closed 3 years ago

mhhoeper commented 3 years ago

Having KODI boxes at distant places makes it necessary to update vpn settings and reload them via command line. Currently, this is only possible through the GUI, e.g. VNC. But opon VPN reload the connection is not automatically reestablished and the KODI box is lost.

peno64 commented 3 years ago

All settings are in a file settings.xml You can edit that at command line, no?

Zomboided commented 3 years ago

Maybe you can make the api work via a script but I don’t know how you’d hook into a running kodi instance. The api is documented on the wiki. There’s no plan to grow the api to allow connections or other settings to be redefined tho, it just too much effort and way too niche even if you solved the problem of hooking into Kodi

On 27 Feb 2021, at 14:03, peno64 notifications@github.com wrote:

 All settings are in a file settings.xml You can edit that at command line, no?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.