P
perler
Guest
hi,
i try to remove the PTR entries for all of my domains with the dns.sh script, but I don't get the syntax right.
this command:
gives me
although the file /var/named/run-root/var/4.3.2.1.in-addr.arpa contains the line:
I tried some variations without success. can somebody help?
PAT
i try to remove the PTR entries for all of my domains with the dns.sh script, but I don't get the syntax right.
this command:
PHP:
dns.sh -d "domain.com" -ptr "domain.com." -subnet "1.2.3.4/24"
gives me
Unable del record in DNS server: unable find DNS record
although the file /var/named/run-root/var/4.3.2.1.in-addr.arpa contains the line:
PHP:
4 IN PTR domain.com.
I tried some variations without success. can somebody help?
PAT