mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-26 08:53:05 +00:00
Dont add the portnumber to the ip
This commit is contained in:
parent
b3732e7fb9
commit
3f5e06a0f8
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ func getDNSConfig() *tailcfg.DNSConfig {
|
|||
|
||||
nameservers[index] = nameserver
|
||||
resolvers[index] = tailcfg.DNSResolver{
|
||||
Addr: nameserver.String() + ":53",
|
||||
Addr: nameserver.String(),
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue