1. route possible fix

This commit is contained in:
vadym 2020-08-07 01:32:29 -07:00
parent a2a50ce2f0
commit 470e4094a6

View File

@ -88,8 +88,8 @@ class YggdrasilTunService : VpnService() {
} else {
Builder()
.addAddress(address, 7)
.addAddress("1.1.1.1", 32)
.addRoute("200::", 7)
//.addAddress("1.1.1.1", 32)
//.addRoute("200::", 7)
.setMtu(MAX_PACKET_SIZE)
}
if (dns.size > 0) {