RSDS
- Total activity 26
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 6
Activity overview
Latest activity by RSDS-
RSDS commented,
I've been doing some testing and these entries appear to clean themselves up automatically.
-
RSDS commented,
I missed out a word. How might I go about doing this programmatically?
-
RSDS created a post,
Removing XDNS entries for zones being deleted but were added using adddns
Hi folks, I'm working with the API to back up and remove subdomains where the DNS has been delegated elsewhere, and I've noticed something in the documentation which my spider senses are telling me...
-
RSDS commented,
Hi Rex, Sorry for the slow response, I managed to get it figured out. Cheers,RS
-
RSDS commented,
Hi Rex, With the zone duplication script I'm building, you wouldn't happen to have an example JSON output from parse_dns_zone with all of the different record types on addzonerecord I could referen...
-
RSDS commented,
Excellent :) I'm going to continue tinkering with the parse_dns_zone output, but if I can't get it working I'll fall back on dumpzone.
-
RSDS commented,
That's fair enough. Do you have any idea how long dumpzone might still be part of the code? I can see that it's deprecated. I ask because for some reason I can't get my code working (same logic) wo...
-
RSDS commented,
Hi Rex, I'm finding that after removing a record the lines are re-indexed, meaning the zone has to be loaded via dumpzone again for each removal. Do you have a logic you might suggest I use to most...
-
RSDS commented,
I just realised the mistake I made. I had 'remove_dns_record' instead of 'removezonerecord'.
-
RSDS created a post,
Removing DNS records via the WHM API
AnsweredHi folks, I'm producing a script which is intended to duplicate a DNS zone and so far it's creating the new zone with the IP address as expected but it's adding records which are likely to clash wi...