mirror of
https://github.com/yggdrasil-network/crispa-android.git
synced 2024-11-09 12:01:01 +00:00
1. removed unnecessary 0200::/7 routing
This commit is contained in:
parent
f3f4043253
commit
d406ba7c0d
@ -64,7 +64,7 @@ class YggdrasilTunService : VpnService() {
|
||||
tunInterface = builder
|
||||
.addAddress(address, 7)
|
||||
.allowFamily(OsConstants.AF_INET)
|
||||
.addRoute("0200::", 7)
|
||||
//.addRoute("0200::", 7)
|
||||
.setMtu(MAX_PACKET_SIZE)
|
||||
.establish()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user