mirror of
https://github.com/yggdrasil-network/crispa-android.git
synced 2024-11-14 14:31:03 +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
|
fix for DNS unavailability
|
||||||
*/
|
*/
|
||||||
if(!hasIpv6DefaultRoute()){
|
if(!hasIpv6DefaultRoute()){
|
||||||
builder.addRoute("::",0)
|
builder.addRoute("2000::",3)
|
||||||
}
|
}
|
||||||
if(tunInterface!=null){
|
if(tunInterface!=null){
|
||||||
tunInterface!!.close()
|
tunInterface!!.close()
|
||||||
|
Loading…
Reference in New Issue
Block a user