Hi Pierre,

On 12-May-2020 16:59 CEST, <pdns-users@mailman.powerdns.com> wrote:

> Hello,
> 
> I'm testing pdns-recursor and I'd like to config it in order to :
> 
>    - resolves normally exemple.net
>    - forwards the request foo.example.net to an internal authoritative
>    server
> 
> I've read the documentation, and found :
> https://docs.powerdns.com/recursor/settings.html#forward-zones
> I've seen the remark regarding DNSSEC and thus use a lua-config-file in
> which I added, to not use DNSSEC for this particular domain name :
> addNTA("foo.example.net", "test")
> 
> However, I can't get any answer and the log is quite obvious :
> "Wants DNSSEC processing in query A ..."
> 
> It seems that my lua file isn't taken.
> Am I wrong ? How can I check whether the lua file is used or not .

Did you specify the path to your Lua file in the recursor.conf file?
Something like:

lua-config-file=<path_to_lua_file>

If so, can you share you recursor.conf?

Cheers,

-- 
Nico
_______________________________________________
Pdns-users mailing list
Pdns-users@mailman.powerdns.com
https://mailman.powerdns.com/mailman/listinfo/pdns-users

Reply via email to