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

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

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

Signed-off-by: Denton Gentry <dgentry@tailscale.com>
pull/77/head
Denton Gentry 1 year ago committed by GitHub
parent 152110204c
commit 908c634a6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save