All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 05:33, 20 June 2024 Qljca talk contribs created page Bulk edits to your DNS Zones (Created page with "1. To back up all zones, run the following command: <pre> cp -rf /var/named{,.backup} </pre> 2. Replace the nameservers used. In the following examples, we will use ns1.olddomain.tld and ns2.olddomain.tldas the current nameservers, and ns1/2.newddomain.tldfor the updated records, be sure to update the oldns and newns variables. <pre> oldns="ns1.olddomain.tld"; newns="ns1.newdomain.tld" ; find /var/named/*.db -exec perl -pi -e "s/(?<=IN\s\NS\s)$oldns/$newns/g" '{}' \; </...")