mirror of
https://github.com/yggdrasil-network/crispa-android.git
synced 2024-11-09 12:01:01 +00:00
1. add route fix
This commit is contained in:
parent
ad47d4ca06
commit
77c01df982
@ -93,6 +93,7 @@ class YggdrasilTunService : VpnService() {
|
||||
} else {
|
||||
Builder()
|
||||
.addAddress(address!!, 7)
|
||||
.addRoute("200::", 7)
|
||||
.setMtu(MAX_PACKET_SIZE)
|
||||
}
|
||||
if (dns.size > 0) {
|
||||
|
Loading…
Reference in New Issue
Block a user