Personal tools

From HEXONET Wiki

Jump to: navigation, search
(Created page with "{{Sidebar}} === TransferLock === The TransferLock feature exists to '''prevent unauthorized transfers''' of domain names to other registrars. If the TransferLock is enabled, ...")
 
 
Line 8: Line 8:
 
The TransferLock can be set using the <code>TRANSFERLOCK</code> API parameter.
 
The TransferLock can be set using the <code>TRANSFERLOCK</code> API parameter.
 
E.g. to set the TransferLock for an existing domain the following command can be used:
 
E.g. to set the TransferLock for an existing domain the following command can be used:
<pre>  
+
<pre>command = ModifyDomain
command = ModifyDomain
+
 
  domain = mydomain.tld
 
  domain = mydomain.tld
 
  transferlock = 1
 
  transferlock = 1
 
</pre>
 
</pre>

Latest revision as of 07:21, 3 August 2012

[edit] TransferLock

The TransferLock feature exists to prevent unauthorized transfers of domain names to other registrars. If the TransferLock is enabled, domain names cannot be transferred unless they are unlocked.

You can request the the domain to be locked within the AddDomain, ModifyDomain, and TransferDomain command.

The TransferLock can be set using the TRANSFERLOCK API parameter. E.g. to set the TransferLock for an existing domain the following command can be used:

command = ModifyDomain
 domain = mydomain.tld
 transferlock = 1