Updating a Secondary DNS Zone

Update the master server IP information for a secondary zone.

Tip

For OCI to transfer data from a zone, the nameservers must accept a transfer request from the following IP addresses: 208.78.68.65, 204.13.249.65, 2600:2001:0:1::65, 2600:2003:0:1::65

Information such as zone name and type aren't editable after you create a zone.

To update zone records for a primary zone, see Changing DNS Zone Records.

For general information, see the DNS service overview

    1. Open the navigation menu and click Networking. Under DNS management, click Zones.
    2. Under List scope, select the compartment that contains the zone.
    3. Click the name of the zone to open its details page.
      Tip

      You can use the Zone Type sort filter to sort zone type alphanumerically in ascending or descending order.
    4. Click Upstream servers.
    5. Click Manage upstream servers.
    6. Make the changes to the existing upstream server information.
    7. (Optional) Click Add additional server IP to add another server IP address.
    8. Click Submit.
      Tip

      For OCI to transfer data from the zone, the nameservers must accept a transfer request from the following IP addresses: 208.78.68.65, 204.13.249.65, 2600:2001:0:1::65, 2600:2003:0:1::65
  • Use the zone update command and required parameters to update the master server IP addresses of a secondary zone:

    oci dns zone update --zone-name-or-id zone_name or zone_OCID --external-masters  '[{"address":"new_external_server_ip"}]' ... [OPTIONS]

    For a complete list of flags and variable options for CLI commands, see the CLI Command Reference.

  • Run the UpdateZone operation to update the master server IP addresses for a secondary zone.