mirror of
				https://github.com/juanfont/headscale.git
				synced 2021-09-19 21:35:27 +03:00 
			
		
		
		
	Dont add the portnumber to the ip
This commit is contained in:
		| @@ -96,7 +96,7 @@ func getDNSConfig() *tailcfg.DNSConfig { | ||||
|  | ||||
| 				nameservers[index] = nameserver | ||||
| 				resolvers[index] = tailcfg.DNSResolver{ | ||||
| 					Addr: nameserver.String() + ":53", | ||||
| 					Addr: nameserver.String(), | ||||
| 				} | ||||
| 			} | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Kristoffer Dalby
					Kristoffer Dalby