Hola,
I need to change my recursion settings back from DISABLED to ENABLED. I tried that through EFA-Configure, but this didn;t work. Any ideas where to change it manually? Must be in the unbound.conf, but I can't figure out what to change. In the examples in the config file recursion is per zone look like.
Grtz,
Ronald
			
			
									
						
										
						change recursion settings
- shawniverson
 - Posts: 3783
 - Joined: 13 Jan 2014 23:30
 - Location: Indianapolis, Indiana USA
 - Contact:
 
- shawniverson
 - Posts: 3783
 - Joined: 13 Jan 2014 23:30
 - Location: Indianapolis, Indiana USA
 - Contact:
 
Re: change recursion settings
To enable manually:
/etc/unbound/conf.d/forwarders.conf
			
			
									
						
										
						/etc/unbound/conf.d/forwarders.conf
Code: Select all
forward-zone:
  name: "."
  forward-first: yes
Re: change recursion settings
Kinda late, but thanks  