Personal tools

From HEXONET Wiki

Jump to: navigation, search
(Created page with "{{Infobox nTLD | name = .GIVING | image =200px | introduced = 2023 | category = Generic | registry = PIR | idn capable = | webpage = [https://www.h...")
 
(Registry)
Line 1: Line 1:
 +
{{Infobox nTLD
 +
| name = .GIVING
 +
| image    =[[File:Centralnic.png|200px]]
 +
| introduced = 2023
 +
| category = Generic
 +
| registry = PIR
 +
| idn capable =
 +
| webpage = [https://www.hexonet.net/prices?keyword=.giving]
 +
| legal = TBA
 +
}}
 +
{{#repositoryinfo:  GIVING-LIVE-1API | giving }}
 +
{{Sidebar}}
 +
<div style="font-size: 250%;">'''.GIVING'''</div><br/>
 +
__TOC__
 
{{Infobox nTLD
 
{{Infobox nTLD
 
| name = .GIVING
 
| name = .GIVING
Line 53: Line 67:
 
| SEC DNS Interface={{#var:ZONESECDNSINTERFACE}}
 
| SEC DNS Interface={{#var:ZONESECDNSINTERFACE}}
 
}}
 
}}
 +
 +
= Periods =
 +
{{Summarybox
 +
| Registration Period={{#var:ZONEREGISTRATIONPERIODS}}
 +
| Add Grace Period={{#var:ZONEREGISTRATIONGRACEPERIOD}}
 +
| Finalization Period={{#var:ZONERENEWALFINALIZATIONPERIOD}}
 +
| Failure Period={{#var:ZONERENEWALFAILUREPERIOD}}
 +
| Accounting Period={{#var:ZONERENEWALACCOUNTINGPERIOD}}
 +
| Payment Period={{#var:ZONERENEWALPAYMENTPERIOD}}
 +
| Deletion Restorable Period={{#var:DELETIONRESTORABLEPERIOD}}
 +
| Deletion Hold Period={{#var:DELETIONHOLDPERIOD}}
 +
| Explicit Renewal={{#var:REGISTRYEXPLICITRENEWAL}}
 +
| Renewal Period={{#var:ZONERENEWALPERIODS}}
 +
}}
 +
 +
= API =
 +
 +
=== Domain Registration ===
 +
{{#var:REGISTRATIONSENTENCE}}
 +
{{#var:ADDDOMAINCOMMAND}}
 +
<span class="label label-important">REQUIRED</span>
 +
<pre>
 +
ownercontact0 = (CONTACT)
 +
admincontact0 = (CONTACT)
 +
techcontact0 = (CONTACT)
 +
billingcontact0 = (CONTACT)
 +
nameserver0 = (NAMESERVER)
 +
nameserver1 = (NAMESERVER)
 +
</pre>
 +
 +
<span class="label label-info">OPTIONAL</span>
 +
<pre>
 +
auth = (TEXT) | (NULL)
 +
period = (PERIOD)
 +
transferlock = 0 | 1 | (NULL)
 +
</pre>
 +
 +
=== Domain Transfer ===
 +
{{#var:TRANSFERSENTENCE}}
 +
{{#var:TRANSFERDOMAINCOMMAND}}
 +
<span class="label label-important">REQUIRED</span>
 +
<pre>
 +
auth = (TEXT)
 +
</pre>
 +
 +
<span class="label label-info">OPTIONAL</span>
 +
<pre>
 +
period = (PERIOD)
 +
transferlock = 0 | 1 | (NULL)
 +
action = REQUEST | APPROVE | DENY | CANCEL | USERTRANSFER
 +
</pre>
 +
 +
=== Delete Domain ===
 +
{{#var:DELETESENTENCE}}
 +
{{#var:DELETEDOMAINCOMMAND}}
 +
 +
=== Restore Domain ===
 +
{{#var:RESTOREPOLICYSENTENCE}}
 +
{{#var:RESTOREDOMAINCOMMAND}}
 +
 +
<span class="label label-info">OPTIONAL</span>
 +
<pre>
 +
subuser = (TEXT)
 +
renewalmode = (NULL) | (TEXT)
 +
</pre>
 +
 +
=== Ownerchange ===
 +
{{#var:TRADESENTENCE}}
 +
<pre>
 +
command = ModifyDomain
 +
domain = (DOMAIN)
 +
</pre>
 +
 +
<span class="label label-important">REQUIRED</span>
 +
<pre>
 +
ownercontact0 = (CONTACT)
 +
</pre>
 +
 +
= TLD specific =
 +
 +
=== Authorization code ===
 +
 +
There are special requirements regarding the format of the authorization code. Please consider the following restrictions, if you want to assign a new authorization code to a domain:
 +
 +
*Minimum 8 characters
 +
*having at least one (1) numeric,
 +
*one (1) alphabetic, and
 +
*one (1) special character
 +
 +
You may generate a valid random auth code by adding this parameter to the ModifyDomain command:<br>
 +
<pre>
 +
command = ModifyDomain
 +
domain = (DOMAIN)
 +
</pre>
 +
 +
<span class="label label-important">REQUIRED</span>
 +
<pre>
 +
generaterandomauth = 1
 +
</pre>
 +
 +
= Addons =
 +
 +
{{#var:DOMAINADDONTABLE}}
 +
 +
= RegistrarOC =
 +
 +
{{#var:REGISTRAROCSENTENCE}}
 +
 +
{{#var:CATEGORY}}

Revision as of 09:49, 24 January 2023

.GIVING

.GIVING
200px
Overview
Introduced 2023
Category Generic
Registry PIR
IDN Capable
Dispute Policy ICANN Rules
Webpage [1]
Legal Information
Legal TBA

Contents

.GIVING

Registry

.GIVING
200px
Overview
Introduced 2023
Category Generic
Registry PIR
IDN Capable
Dispute Policy ICANN Rules
Webpage [2]
Legal Information
Legal TBA
TLD

-

Registry

-

Dispute Policy

-

Limitations
  • Registrant Contacts: Required: / Maximum:
  • Admin Contacts: Required: / Maximum:
  • Tech Contacts: Required: / Maximum:
  • Billing Contacts: Required: / Maximum:

{{{Possible Extensions}}}

Allowed number of NS

to


Periods

{{{Possible Extensions}}}


API

Domain Registration

Domains can be registered with the API AddDomain command.

command = AddDomain
domain  = (DOMAIN)

REQUIRED

ownercontact0 = (CONTACT)
admincontact0 = (CONTACT)
techcontact0 = (CONTACT)
billingcontact0 = (CONTACT)
nameserver0 = (NAMESERVER)
nameserver1 = (NAMESERVER)

OPTIONAL

auth = (TEXT) | (NULL)
period = (PERIOD)
transferlock = 0 | 1 | (NULL)

Domain Transfer

There is a special procedure to handle a domain transfer. Please contact our Support-Team if you should need further information.

command = TransferDomain
domain = (DOMAIN)

REQUIRED

auth = (TEXT)

OPTIONAL

period = (PERIOD)
transferlock = 0 | 1 | (NULL)
action = REQUEST | APPROVE | DENY | CANCEL | USERTRANSFER

Delete Domain

Domains can be deleted with the API DeleteDomain command.
There is no Deletion Restorable Period.

command = DeleteDomain
domain = (DOMAIN)

Restore Domain

command = RestoreDomain
domain = (DOMAIN)

OPTIONAL

subuser = (TEXT)
renewalmode = (NULL) | (TEXT)

Ownerchange

command = ModifyDomain
domain = (DOMAIN)

REQUIRED

ownercontact0 = (CONTACT)

TLD specific

Authorization code

There are special requirements regarding the format of the authorization code. Please consider the following restrictions, if you want to assign a new authorization code to a domain:

  • Minimum 8 characters
  • having at least one (1) numeric,
  • one (1) alphabetic, and
  • one (1) special character

You may generate a valid random auth code by adding this parameter to the ModifyDomain command:

command = ModifyDomain
domain = (DOMAIN)

REQUIRED

generaterandomauth = 1

Addons

RegistrarOC

No special procedures.