OpenVPN for Android with tasker #1511
Unanswered
update-freak
asked this question in
Q&A
Replies: 1 comment
-
It's an old thread but in case anyone else is looking for the answer, here's what worked for me:
Thanks to this other thread for the guidance! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
how is it possible to connect/disconnect to VPN with Tasker?
I found this information https://github.com/schwabe/ics-openvpn#controlling-from-external-apps= and tried the following:
Send intent with
action: de.blinkt.openvpn.api.ConnectVPN
extra: de.blinkt.openvpn.api.profileName
target: activity
I also tried
Extra: de.blinkt.openvpn.api.MeinNetzwerk
and
de.blinkt.openvpn.api.profileName:MeinNetzwerk
and
{de.blinkt.openvpn.api.profileName:MeinNetzwerk}
Is there anything i missed?
Beta Was this translation helpful? Give feedback.
All reactions