mirror of
				https://github.com/juanfont/headscale.git
				synced 2025-10-28 10:51:44 +01:00 
			
		
		
		
	Correctly document the default for dns.override_local_dns
This commit is contained in:
		
							parent
							
								
									be337c6a33
								
							
						
					
					
						commit
						51c6367bb1
					
				@ -275,9 +275,9 @@ dns:
 | 
			
		||||
  # `hostname.base_domain` (e.g., _myhost.example.com_).
 | 
			
		||||
  base_domain: example.com
 | 
			
		||||
 | 
			
		||||
  # Whether to use the local DNS settings of a node (default) or override the
 | 
			
		||||
  # local DNS settings and force the use of Headscale's DNS configuration.
 | 
			
		||||
  override_local_dns: false
 | 
			
		||||
  # Whether to use the local DNS settings of a node or override the local DNS 
 | 
			
		||||
  # settings (default) and force the use of Headscale's DNS configuration.
 | 
			
		||||
  override_local_dns: true
 | 
			
		||||
 | 
			
		||||
  # List of DNS servers to expose to clients.
 | 
			
		||||
  nameservers:
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user