mirror of
https://github.com/yggdrasil-network/crispa-android.git
synced 2025-01-22 16:06:30 +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
|
tunInterface = builder
|
||||||
.addAddress(address, 7)
|
.addAddress(address, 7)
|
||||||
.allowFamily(OsConstants.AF_INET)
|
.allowFamily(OsConstants.AF_INET)
|
||||||
.addRoute("0200::", 7)
|
//.addRoute("0200::", 7)
|
||||||
.setMtu(MAX_PACKET_SIZE)
|
.setMtu(MAX_PACKET_SIZE)
|
||||||
.establish()
|
.establish()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user