You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I followed the “Compiling and running tdns” example and the end of README.md and after successfully compiling I tried to run ./tauth [::1]:5300 which resulted in
Hello and welcome to tdns, the teaching authoritative nameserver
Loading & retrieving zone data
Attempting to retrieve zone . from [2001:7fd::1]:53
Done with AXFR of . from [2001:7fd::1]:53, retrieved 22284 records
Attempting to retrieve zone hubertnet.nl. from 52.48.64.3:53
Got error Notauth from auth 52.48.64.3:53 when attempting to retrieve hubertnet.nl.
Attempting to retrieve zone ds9a.nl. from 52.48.64.3:53
Got error Notauth from auth 52.48.64.3:53 when attempting to retrieve ds9a.nl.
Attempting to retrieve zone powerdns.org. from 52.48.64.3:53
Got error Notauth from auth 52.48.64.3:53 when attempting to retrieve powerdns.org.
Listening on TCP & UDP on [::1]:5300
Server is live
So obviously the next command dig -t any time.powerdns.org @::1 -p 5300 +short didn't end up with expected output.
Maybe some policies on 52.48.64.3 changed so it won't provide the zone requested by tauth with AXFR query?
The text was updated successfully, but these errors were encountered:
I followed the “Compiling and running tdns” example and the end of
README.md
and after successfully compiling I tried to run./tauth [::1]:5300
which resulted inSo obviously the next command
dig -t any time.powerdns.org @::1 -p 5300 +short
didn't end up with expected output.Maybe some policies on
52.48.64.3
changed so it won't provide the zone requested bytauth
withAXFR
query?The text was updated successfully, but these errors were encountered: