• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

removing reverse entries with dns.sh

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:

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
 
Back
Top