On 12-May-2020 19:11 CEST, wrote:
> Hi,
>
> Yes I do :
>
> cat recursor.conf | grep -v '^\s*$\|^\s*\#'
> config-dir=/etc/powerdns
> dnssec-log-bogus=yes
> hint-file=/usr/share/dns/root.hints
> local-address=0.0.0.0
> local-port=3334
> *lua-config-file=/etc/powerdns/recursor.lua*
> quiet=yes
> s
Hi,
Yes I do :
cat recursor.conf | grep -v '^\s*$\|^\s*\#'
config-dir=/etc/powerdns
dnssec-log-bogus=yes
hint-file=/usr/share/dns/root.hints
local-address=0.0.0.0
local-port=3334
*lua-config-file=/etc/powerdns/recursor.lua*
quiet=yes
security-poll-suffix=
setgid=pdns
setuid=pdns
trace=fail
forwar
Hi Pierre,
On 12-May-2020 16:59 CEST, 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 :
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'v