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
No known key found for this signature in database
GPG key ID: 09F62DC067465735

View file

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