Dont add the portnumber to the ip

This commit is contained in:
Kristoffer Dalby
2021-08-25 18:43:13 +01:00
parent b3732e7fb9
commit 3f5e06a0f8

View File

@@ -96,7 +96,7 @@ func getDNSConfig() *tailcfg.DNSConfig {
nameservers[index] = nameserver
resolvers[index] = tailcfg.DNSResolver{
Addr: nameserver.String() + ":53",
Addr: nameserver.String(),
}
}