Updating a Secondary DNS Zone

Update the master server IP information for a secondary domain name service (DNS) 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. On the Public zones list page, select the zone you want to work with. If you need help finding the list page, see Listing DNS Zones.
    2. Select Upstream servers.
    3. Select Manage upstream servers.
    4. Make the changes to the existing upstream server information.
    5. (Optional) Select Add additional server IP to add another server IP address.
    6. Select 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.