
<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://wiki.hexonet.net/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.hexonet.net/index.php?action=history&amp;feed=atom&amp;title=API%3ANameserverTreatment</id>
		<title>API:NameserverTreatment - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.hexonet.net/index.php?action=history&amp;feed=atom&amp;title=API%3ANameserverTreatment"/>
		<link rel="alternate" type="text/html" href="https://wiki.hexonet.net/index.php?title=API:NameserverTreatment&amp;action=history"/>
		<updated>2026-06-14T21:00:09Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.20.2</generator>

	<entry>
		<id>https://wiki.hexonet.net/index.php?title=API:NameserverTreatment&amp;diff=1120&amp;oldid=prev</id>
		<title>WikiAdmin: Created page with &quot;{{Sidebar}} __NOTOC__   Generally, nameserver hosts must be be created at the respective registry. The way of creating a nameserver host through our system depends on the way ...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.hexonet.net/index.php?title=API:NameserverTreatment&amp;diff=1120&amp;oldid=prev"/>
				<updated>2012-08-28T14:39:20Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{Sidebar}} __NOTOC__   Generally, nameserver hosts must be be created at the respective registry. The way of creating a nameserver host through our system depends on the way ...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Sidebar}}&lt;br /&gt;
__NOTOC__&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Generally, nameserver hosts must be be created at the respective registry. The way of creating a nameserver host through our system depends on the way the registry manages nameserver hosts in their internal database. Generally, there exist two differend kinds of nameserver host managements:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''Hosts are managed as independent objects'''. Host objects will be created at the registry by using the command AddNameserver. In any other case you have to create the necessary NS and A records in the DNS zone of the respective nameserver domain.&lt;br /&gt;
&lt;br /&gt;
* '''Hosts are managed as attributes''' related to a certain domain object. To create nameserver hosts, you have to modify the respective domain using a certain syntax for the nameserver parameters.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Example ===&lt;br /&gt;
&lt;br /&gt;
If you want to create a nameserver host with the IP addresses 127.0.0.1, 127.0.0.2, 127.0.0.3 for the domain domainexample.co.uk, the API command looks like that:&lt;br /&gt;
&lt;br /&gt;
COMMAND&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
command = ModifyDomain&lt;br /&gt;
domain = domainexample.co.uk&lt;br /&gt;
nameserver0 = ns1.domainexample.co.uk 127.0.0.1&lt;br /&gt;
nameserver1 = ns2.domainexample.co.uk 127.0.0.2&lt;br /&gt;
nameserver2 = ns2.domainexample.co.uk 127.0.0.3&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In addition, you have to create the necessary NS and A records in the DNS zone of domainexample.co.uk.&lt;/div&gt;</summary>
		<author><name>WikiAdmin</name></author>	</entry>

	</feed>