1. add route fix

This commit is contained in:
vadym 2020-08-03 08:04:53 -07:00
parent ad47d4ca06
commit 77c01df982

View File

@ -93,6 +93,7 @@ class YggdrasilTunService : VpnService() {
} else {
Builder()
.addAddress(address!!, 7)
.addRoute("200::", 7)
.setMtu(MAX_PACKET_SIZE)
}
if (dns.size > 0) {