Development discussion of WireGuard
 help / color / mirror / Atom feed
* using wireguard intents from tasker?
@ 2019-10-19  8:42 Franz Schwartau
  2019-11-27 12:27 ` Jason A. Donenfeld
  0 siblings, 1 reply; 7+ messages in thread
From: Franz Schwartau @ 2019-10-19  8:42 UTC (permalink / raw)
  To: wireguard

Hi!

The commit

https://git.zx2c4.com/wireguard-android/commit/?id=402d59a4ecfa5b65ac69f9a30521b2425d32209b

intruduces the intents

com.wireguard.android.action.SET_TUNNEL_UP
com.wireguard.android.action.SET_TUNNEL_DOWN

Is it possible to trigger them from tasker?

https://tasker.joaoapps.com/userguide/en/intents.html

It did some tests on my own but they didn't succeed. Did someone had any success sending intents to wireguard from tasker?

	Best regards
		Franz
_______________________________________________
WireGuard mailing list
WireGuard@lists.zx2c4.com
https://lists.zx2c4.com/mailman/listinfo/wireguard

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: using wireguard intents from tasker?
  2019-10-19  8:42 using wireguard intents from tasker? Franz Schwartau
@ 2019-11-27 12:27 ` Jason A. Donenfeld
  2020-03-22 20:25   ` Jason A. Donenfeld
  0 siblings, 1 reply; 7+ messages in thread
From: Jason A. Donenfeld @ 2019-11-27 12:27 UTC (permalink / raw)
  To: Franz Schwartau; +Cc: WireGuard mailing list

See https://git.zx2c4.com/wireguard-android/tree/app/src/main/java/com/wireguard/android/model/TunnelManager.java#n260

  /* We disable the below, for now, as the security model of allowing this
             * might take a bit more consideration.
             */
            if (true)
                return;

If you have a suggestion, feel free to share it.
_______________________________________________
WireGuard mailing list
WireGuard@lists.zx2c4.com
https://lists.zx2c4.com/mailman/listinfo/wireguard

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: using wireguard intents from tasker?
  2019-11-27 12:27 ` Jason A. Donenfeld
@ 2020-03-22 20:25   ` Jason A. Donenfeld
  2020-03-23  5:11     ` Eiji Tanioka
  0 siblings, 1 reply; 7+ messages in thread
From: Jason A. Donenfeld @ 2020-03-22 20:25 UTC (permalink / raw)
  To: Franz Schwartau; +Cc: WireGuard mailing list

WireGuard for Android >= 0.0.20200322 supports Tasker integration now:
https://data.zx2c4.com/wireguard-supports-tasker.png . Simply select
the remote control option.

This may require some small tweaks in your Tasker. I've informed the
generally responsive developer about this, and things should be moving
along. Email their support, support@joaoapps.com , if you'd like to
have a more up to date picture of what's up.

Regards,
Jason

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: using wireguard intents from tasker?
  2020-03-22 20:25   ` Jason A. Donenfeld
@ 2020-03-23  5:11     ` Eiji Tanioka
  2020-03-23  5:19       ` Jason A. Donenfeld
  0 siblings, 1 reply; 7+ messages in thread
From: Eiji Tanioka @ 2020-03-23  5:11 UTC (permalink / raw)
  To: Jason A. Donenfeld; +Cc: Franz Schwartau, WireGuard mailing list

This is very good news.

I've never used it, but I've found that Tasker allows for an on-demand
connection, just like the mac/ios version.

Which is more appropriate to provide translation for this feature,
Crowdin or Patch?

Thanks!

2020年3月23日(月) 5:27 Jason A. Donenfeld <Jason@zx2c4.com>:
>
> WireGuard for Android >= 0.0.20200322 supports Tasker integration now:
> https://data.zx2c4.com/wireguard-supports-tasker.png . Simply select
> the remote control option.
>
> This may require some small tweaks in your Tasker. I've informed the
> generally responsive developer about this, and things should be moving
> along. Email their support, support@joaoapps.com , if you'd like to
> have a more up to date picture of what's up.
>
> Regards,
> Jason

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: using wireguard intents from tasker?
  2020-03-23  5:11     ` Eiji Tanioka
@ 2020-03-23  5:19       ` Jason A. Donenfeld
  2020-03-23  5:53         ` Harsh Shandilya
  0 siblings, 1 reply; 7+ messages in thread
From: Jason A. Donenfeld @ 2020-03-23  5:19 UTC (permalink / raw)
  To: Eiji Tanioka; +Cc: WireGuard mailing list, Harsh Shandilya

On Sun, Mar 22, 2020 at 11:11 PM Eiji Tanioka <tanioka404@gmail.com> wrote:
> Which is more appropriate to provide translation for this feature,
> Crowdin or Patch?

Whichever you want is fine with me, but I think Harsh was trying to
get people to use this Crowdin platform. He's CC'd and can express his
preference.

Jason

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: using wireguard intents from tasker?
  2020-03-23  5:19       ` Jason A. Donenfeld
@ 2020-03-23  5:53         ` Harsh Shandilya
  2020-03-23 15:34           ` Eiji Tanioka
  0 siblings, 1 reply; 7+ messages in thread
From: Harsh Shandilya @ 2020-03-23  5:53 UTC (permalink / raw)
  To: Jason A. Donenfeld; +Cc: Eiji Tanioka, WireGuard mailing list

On Mon, 23 Mar 2020 at 10:49, Jason A. Donenfeld <Jason@zx2c4.com> wrote:
>
> On Sun, Mar 22, 2020 at 11:11 PM Eiji Tanioka <tanioka404@gmail.com> wrote:
> > Which is more appropriate to provide translation for this feature,
> > Crowdin or Patch?

Please prefer Crowdin where possible. I've made you a proofreader for
Japanese as well so that you can approve translations.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: using wireguard intents from tasker?
  2020-03-23  5:53         ` Harsh Shandilya
@ 2020-03-23 15:34           ` Eiji Tanioka
  0 siblings, 0 replies; 7+ messages in thread
From: Eiji Tanioka @ 2020-03-23 15:34 UTC (permalink / raw)
  To: Harsh Shandilya; +Cc: Jason A. Donenfeld, WireGuard mailing list

Thanks Harsh!

I will check my translations and approve if it's OK.

2020年3月23日(月) 14:54 Harsh Shandilya <me@msfjarvis.dev>:
>
> On Mon, 23 Mar 2020 at 10:49, Jason A. Donenfeld <Jason@zx2c4.com> wrote:
> >
> > On Sun, Mar 22, 2020 at 11:11 PM Eiji Tanioka <tanioka404@gmail.com> wrote:
> > > Which is more appropriate to provide translation for this feature,
> > > Crowdin or Patch?
>
> Please prefer Crowdin where possible. I've made you a proofreader for
> Japanese as well so that you can approve translations.

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2020-03-23 15:34 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-19  8:42 using wireguard intents from tasker? Franz Schwartau
2019-11-27 12:27 ` Jason A. Donenfeld
2020-03-22 20:25   ` Jason A. Donenfeld
2020-03-23  5:11     ` Eiji Tanioka
2020-03-23  5:19       ` Jason A. Donenfeld
2020-03-23  5:53         ` Harsh Shandilya
2020-03-23 15:34           ` Eiji Tanioka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).