Enabling Remote DNS Support

The enable-remote-dns operation is used to disable the local DNS server, and you can use remote DNS servers.

This node is available only in Plesk for Windows 8.1 and next versions.

Note: The enable-remote-dns operation is supported starting with API RPC protocol v.1.4.2.0.

A request XML packet, that enables use of remote DNS servers, includes the enable-remote-dns operation node:

<packet version="1.4.2.0">
<dns>
   <enable-remote-dns/>
 </dns>
</packet>

 

The graphical representation of the enable-remote-dns node is as follows:

 

Request packet sample

This request packet enables use of remote DNS servers.

<packet version="1.4.2.0">
<dns>
   <enable-remote-dns/>
 </dns>
</packet>

 

In this section:

Response Packet Structure

Response Samples