mirror of
https://github.com/yggdrasil-network/crispa-android.git
synced 2025-01-22 07:56:30 +00:00
1. add route fix
This commit is contained in:
parent
ad47d4ca06
commit
77c01df982
@ -93,6 +93,7 @@ class YggdrasilTunService : VpnService() {
|
|||||||
} else {
|
} else {
|
||||||
Builder()
|
Builder()
|
||||||
.addAddress(address!!, 7)
|
.addAddress(address!!, 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