Skip to content

Commit

Permalink
Add GoPro to the apps allowed to skip the VPN.
Browse files Browse the repository at this point in the history
Fixes tailscale/tailscale#2554

Signed-off-by: Denton Gentry <dgentry@tailscale.com>
  • Loading branch information
DentonGentry committed Jul 28, 2022
1 parent 6eca389 commit d1d7285
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions android/src/main/java/com/tailscale/ipn/IPNService.java
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ protected VpnService.Builder newBuilder() {
// 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;
}

Expand Down

0 comments on commit d1d7285

Please sign in to comment.