Add GoPro to the apps allowed to skip the VPN.

Fixes https://github.com/tailscale/tailscale/issues/2554

Signed-off-by: Denton Gentry <dgentry@tailscale.com>
pull/53/head
Denton Gentry 2 years ago
parent 6eca3897f8
commit d1d72859b4

@ -75,6 +75,9 @@ public class IPNService extends VpnService {
// Android Auto https://github.com/tailscale/tailscale/issues/3828
this.disallowApp(b, "com.google.android.projection.gearhead");
// GoPro https://github.com/tailscale/tailscale/issues/2554
this.disallowApp(b, "com.gopro.smarty");
return b;
}

Loading…
Cancel
Save