Posts by nativemad

    I tried to make it a bit more resilient to changes and different scenarios.

    I found it to be not reliable when started through systemd. therefore i used autoexec.py in /storage/.kodi/userdata/autoexec.py with the following content:

    Python
    from subprocess import call
    call("/storage/connect_vpn.sh")

    And for the actual connection if have this in /storage/connect_vpn.sh:

    Hth. A fix in connman would certainly be nicer!