mirror of
https://github.com/dyhkwong/Exclave.git
synced 2026-06-09 10:32:22 +08:00
Fix external dns leak
This commit is contained in:
@@ -215,7 +215,7 @@ class VpnService : BaseVpnService(),
|
||||
}
|
||||
|
||||
individual.apply {
|
||||
if (bypass xor needIncludeSelf) add(packageName) else remove(packageName)
|
||||
/*if (bypass xor needIncludeSelf) add(packageName) else */remove(packageName)
|
||||
}.forEach {
|
||||
try {
|
||||
if (bypass) {
|
||||
|
||||
Reference in New Issue
Block a user