mirror of
https://github.com/yggdrasil-network/crispa-android.git
synced 2024-11-09 12:01:01 +00:00
1. added default route
This commit is contained in:
parent
e544bb0975
commit
abcd38be8b
@ -57,6 +57,7 @@ class YggdrasilTunService : VpnService() {
|
||||
tunInterface = builder
|
||||
.addAddress(address, 7)
|
||||
.addRoute("0200::", 7)
|
||||
.addRoute("0.0.0.0", 0)
|
||||
.establish()
|
||||
|
||||
tunInputStream = FileInputStream(tunInterface!!.fileDescriptor)
|
||||
|
Loading…
Reference in New Issue
Block a user