mirror of
				https://gitea.blesmrt.net/mikaela/shell-things.git
				synced 2025-11-04 03:17:34 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			28 lines
		
	
	
		
			799 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			799 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# https://wiki.archlinux.org/index.php/Unbound#Setting_up_unbound-control
 | 
						|
 | 
						|
remote-control:
 | 
						|
# Enable remote control with unbound-control(8) here.
 | 
						|
# set up the keys and certificates with unbound-control-setup.
 | 
						|
control-enable: yes
 | 
						|
 | 
						|
# what interfaces are listened to for remote control.
 | 
						|
# give 0.0.0.0 and ::0 to listen to all interfaces.
 | 
						|
control-interface: 127.0.0.1
 | 
						|
 | 
						|
# port number for remote control operations.
 | 
						|
control-port: 8953
 | 
						|
 | 
						|
# unbound server key file.
 | 
						|
server-key-file: "/etc/unbound/unbound_server.key"
 | 
						|
 | 
						|
# unbound server certificate file.
 | 
						|
server-cert-file: "/etc/unbound/unbound_server.pem"
 | 
						|
 | 
						|
# unbound-control key file.
 | 
						|
control-key-file: "/etc/unbound/unbound_control.key"
 | 
						|
 | 
						|
# unbound-control certificate file.
 | 
						|
control-cert-file: "/etc/unbound/unbound_control.pem"
 | 
						|
 | 
						|
# vim: filetype=unbound.conf
 |