How to setup reverse dns in djbdns?
Hi,I would like to know how do I setup reverse dns in djbdns?
For example,let say my ip is 1.2.3.4
so i ran this command
# cd /etc/tinydns/root
# ./add-ns 3.2.1.in-addr.arpa 1.2.3.4
# make
# svc -t /service/tinydns
but It doesn't work
My provider had already setup the reverse dns for my ip, so I need to configure djbdns to make it work.
Thank you