123-reg do not support exporting their zone files, which prompted me to create a script to extract the DNS entries automatically.
Read through the script to confirm for yourself that it does nothing malicious. All it does is to get the info from the page and log it to your console.
- Login to your 123-reg control panel.
- Manage the domain you want to get entries from.
- Go to "Manage DNS (A, MX, CNAME, TXT, SRV)".
- Click on the "Advanced DNS" tab.
- Open the Developer tools in your browser (common shortcuts include F12 or Ctrl+Shift+I).
- Click on the "Console" tab in developer tools.
- Copy and paste the above script.
- The output to the console should be in zone file format.
I am not affiliated with 123-reg. Their advanced DNS page may change at any time, which may break this script.
Public Domain