Re: Forward zone does not work when allow recursive is restrictive

2021-02-10 Thread Frédéric Lochon
This is very similar to what I wanted to do some time ago, but concluded this is not possible with bind. But, I've modified bind in order to be able to do that anyway. The trick was to use a "static-stub" zone with a small modification in bind code. In my bind-9.16.6, I modified file query.c

Re: Forward zone does not work when allow recursive is restrictive

2021-02-09 Thread Mark Andrews
“forward” does not mean “proxy". Additionally servers out on the internet make iterative queries. They are non-recursive *AND* follow delegations. Making a proxy work is more that just relaying the request and the response. BIND does not support proxying other servers. > On 10 Feb 2021, at 0