Unbound config
This commit is contained in:
		
							parent
							
								
									ecd89a03b0
								
							
						
					
					
						commit
						6be1ab16d8
					
				| 
						 | 
				
			
			@ -0,0 +1,20 @@
 | 
			
		|||
# Unbound configuration file for Debian.
 | 
			
		||||
#
 | 
			
		||||
# See the unbound.conf(5) man page.
 | 
			
		||||
#
 | 
			
		||||
# See /usr/share/doc/unbound/examples/unbound.conf for a commented
 | 
			
		||||
# reference config file.
 | 
			
		||||
#
 | 
			
		||||
# The following line includes additional configuration files from the
 | 
			
		||||
# /etc/unbound/unbound.conf.d directory.
 | 
			
		||||
include: "/etc/unbound/unbound.conf.d/*.conf"
 | 
			
		||||
 | 
			
		||||
server:
 | 
			
		||||
  hide-version: yes
 | 
			
		||||
 | 
			
		||||
  interface: 127.0.0.1
 | 
			
		||||
  interface: ::1
 | 
			
		||||
 | 
			
		||||
  # anycast
 | 
			
		||||
  interface: 198.251.90.114
 | 
			
		||||
  access-control: 0.0.0.0/0 allow
 | 
			
		||||
		Loading…
	
		Reference in New Issue