Modifying DNS
By Mr.Seiko on Feb 11, 2016 | In Uncategorized
Had a customer today that migrated from a Shared hosting to a VPS.
For some reason, all of his DNS zones were reporting the older nameservers as the SOA and the NS for the domain, so this was causing DNS issues.
Found an easy way to update them all instead of manually "Edit DNS Zone" on a bunch of domains.
From command line:
replace "<oldSOA>" "<newSOA>" -- /var/named/*.db
replace "<oldSecondaryNS>" "<newSecondaryNS>" -- /var/named/*.db
Made this process a lot less painful.
No feedback yet
| « Preventing Outgoing Spam | rDNS bulk » |