mirror of
https://github.com/yggdrasil-network/crispa-android.git
synced 2025-01-22 07:56:30 +00:00
1. route possible fix
This commit is contained in:
parent
a2a50ce2f0
commit
470e4094a6
@ -88,8 +88,8 @@ class YggdrasilTunService : VpnService() {
|
|||||||
} else {
|
} else {
|
||||||
Builder()
|
Builder()
|
||||||
.addAddress(address, 7)
|
.addAddress(address, 7)
|
||||||
.addAddress("1.1.1.1", 32)
|
//.addAddress("1.1.1.1", 32)
|
||||||
.addRoute("200::", 7)
|
//.addRoute("200::", 7)
|
||||||
.setMtu(MAX_PACKET_SIZE)
|
.setMtu(MAX_PACKET_SIZE)
|
||||||
}
|
}
|
||||||
if (dns.size > 0) {
|
if (dns.size > 0) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user