1. YGG address fix

This commit is contained in:
vadym 2020-06-29 02:39:31 -07:00
parent bf491944d4
commit ab4d18fc48

View File

@ -67,6 +67,7 @@ class YggdrasilTunService : VpnService() {
private fun setupIOStreams(dns: MutableSet<DNSInfo>){
address = ygg.addressString
var builder = Builder()
.addAddress(address, 7)
.allowFamily(OsConstants.AF_INET)
.setMtu(MAX_PACKET_SIZE)
if (dns.size > 0) {