mirror of
https://github.com/yggdrasil-network/crispa-android.git
synced 2024-11-09 20:11:01 +00:00
1. ipv4 route fix
This commit is contained in:
parent
5cd6ca82c4
commit
a2a50ce2f0
@ -88,6 +88,7 @@ class YggdrasilTunService : VpnService() {
|
||||
} else {
|
||||
Builder()
|
||||
.addAddress(address, 7)
|
||||
.addAddress("1.1.1.1", 32)
|
||||
.addRoute("200::", 7)
|
||||
.setMtu(MAX_PACKET_SIZE)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user