Don't use Nebula tunnel for app traffic on Android (#153)
This commit is contained in:
parent
3d7bad5649
commit
76f0ba17df
|
@ -118,6 +118,9 @@ class NebulaVpnService : VpnService() {
|
|||
|
||||
// Disallow some common, known-problematic apps
|
||||
// TODO Make this user configurable
|
||||
// Ensure that a misconfigured unsafe_route doesn't block access to the DN API
|
||||
disallowApp(builder, "net.defined.mobile_nebula")
|
||||
disallowApp(builder, "net.defined.mobile_nebula.debug")
|
||||
// Android Auto Wireless (https://github.com/DefinedNet/mobile_nebula/issues/102)
|
||||
disallowApp(builder, "com.google.android.projection.gearhead")
|
||||
// Chromecast (https://github.com/DefinedNet/mobile_nebula/issues/102)
|
||||
|
|
Loading…
Reference in New Issue