mirror of
https://github.com/yggdrasil-network/crispa-android.git
synced 2025-01-22 07:56:30 +00:00
1. fixed default route
This commit is contained in:
parent
a1c175e9a4
commit
737219d24f
@ -61,7 +61,7 @@ class YggdrasilTunService : VpnService() {
|
||||
|
||||
tunInterface = builder
|
||||
.addAddress(address, 7)
|
||||
.addRoute("10.0.2.0", 24)
|
||||
.addRoute("0.0.0.0", 1)
|
||||
.addRoute("0200::", 7)
|
||||
.setMtu(MAX_PACKET_SIZE)
|
||||
.establish()
|
||||
|
Loading…
x
Reference in New Issue
Block a user