Merge pull request #53 from tailscale/gopro

Add GoPro to the apps allowed to skip the VPN.
pull/54/head
Denton Gentry 2 years ago committed by GitHub
commit dfd3c3d543
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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