mirror of
https://github.com/yggdrasil-network/crispa-android.git
synced 2024-11-09 12:01:01 +00:00
1. routed only 2000::/3
This commit is contained in:
parent
ab4d18fc48
commit
0719c674b8
@ -80,7 +80,7 @@ class YggdrasilTunService : VpnService() {
|
||||
fix for DNS unavailability
|
||||
*/
|
||||
if(!hasIpv6DefaultRoute()){
|
||||
builder.addRoute("::",0)
|
||||
builder.addRoute("2000::",3)
|
||||
}
|
||||
if(tunInterface!=null){
|
||||
tunInterface!!.close()
|
||||
|
Loading…
Reference in New Issue
Block a user