List Slave zones with Master servers

With this script, you can get a list of Slave zones with their certain Master servers. You can download it from here.

AUTH_ID should be your API user ID and AUTH_PASS should be the password of your API user.

// Auth ID and Password
define("AUTH_ID", 0);
define("AUTH_PASS", "xxx");

Usage

When you are ready with your configuration, you can run the script with the following command:

php list-slave-zones-with-master-servers.php

Output

The script will output a list with Slave zones and their master servers.

Possible problems

If your API user ID or Password is incorrect, you will get an error message.


Last modified: 2022-03-31
Cookies help us deliver our services. By using our services, you agree to our use of cookies. Learn more