IPNService: add Sonos to the apps allowed to bypass the VPN. (#69)

Updates https://github.com/tailscale/tailscale/issues/2548

Signed-off-by: Denton Gentry <dgentry@tailscale.com>

Signed-off-by: Denton Gentry <dgentry@tailscale.com>
pull/70/head
Denton Gentry 2 years ago committed by GitHub
parent bb147bf07c
commit 9ce897ed8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -79,6 +79,9 @@ public class IPNService extends VpnService {
// GoPro https://github.com/tailscale/tailscale/issues/2554
this.disallowApp(b, "com.gopro.smarty");
// Sonos https://github.com/tailscale/tailscale/issues/2548
this.disallowApp(b, "com.sonos.acr2");
return b;
}

Loading…
Cancel
Save