Replies: 1 comment 1 reply
-
What exactly is the problem? Can you show what goes wrong? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I read too many pages and documents around on the internet. But I never found, how to configure independent servers to work stable.
For that reason, I started to write documents, and when I am finished I plan to publish and share them so I can help someone, with school, and jobs...
On the old version of Authoritative Server and PowerDNS Recursor, I like this and it working.
At this moment config is next:
In PowerDNS Authoritative - read official documentation and configure
nano /etc/powerdns/pdns.conf
allow-axfr-ips=xxx.xxx.xxx.xxx,xxx.xxx.xxx.xxx
include-dir=/etc/powerdns/pdns.d
launch=
local-address=0.0.0.0
local-port=53
log-dns-queries=yes
loglevel=6
primary=yes
setgid=pdns
setuid=pdns
upgrade-unknown-types=no
version-string=anonymous
nano /etc/powerdns/recursor.conf
allow-from=0.0.0.0/0,::/0
config-dir=/etc/powerdns
dnssec=off
forward-zones=.=xxx.xxx.xxx.xxx
hint-file=/usr/share/dns/root.hints
include-dir=/etc/powerdns/recursor.d
local-port=53
lua-config-file=/etc/powerdns/recursor.lua
max-cache-entries=1000000
quiet=yes
security-poll-suffix=
threads=8
setgid=pdns
setuid=pdns
In PowerDNS Recursor - read official documentation and configure
But when i migrate to the last stable version of Authoritative Server PowerDNS v4.9.1 and PowerDNS Recursor v5.1.1
I have a problem with the Recursor configuring to work.
It'd be nice if some help.
Thank you,
Beta Was this translation helpful? Give feedback.
All reactions