Skip to content
This repository has been archived by the owner on Aug 11, 2023. It is now read-only.

Commit

Permalink
Additional TLD: Extended RRPProxy module to support .xxx
Browse files Browse the repository at this point in the history
  • Loading branch information
bbs2web committed Feb 26, 2014
1 parent 518e5f9 commit dc24cf9
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/etc/whoisservers.txt
Original file line number Diff line number Diff line change
Expand Up @@ -318,3 +318,4 @@ sch.ng|whois.nic.net.ng
gov.ng|whois.nic.net.ng
mil.ng|whois.nic.net.ng
mobi.ng|whois.nic.net.ng
xxx|whois.nic.xxx
53 changes: 53 additions & 0 deletions app/modules/registries/RRPProxy/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3514,4 +3514,57 @@
<contacts extends="basic_contacts" />
</config>
</section>

<section name=".XXX" tlds="xxx">
<ability>
<auto_renewal>1</auto_renewal>
</ability>
<config>
<idn punycode_encode="1" />
<domain>
<registration>
<min_period>1</min_period>
<max_period>10</max_period>
<min_ns>2</min_ns>
<max_ns>13</max_ns>
<extra_fields>
<field description="IDN language tag" type="select" name="X-IDN-LANGUAGE" required="0" extends="idn_lang_tag_values" />
</extra_fields>
</registration>

<renewal>
<allow>1</allow>
<min_period>1</min_period>
<max_period>10</max_period>
<notifications>
<period>60</period>
<period>30</period>
<period>20</period>
<period>10</period>
<period>5</period>
</notifications>
<min_days>180</min_days>
</renewal>

<transfer>
<pending_status></pending_status>
<allow>1</allow>
<allow_bulk_transfer>1</allow_bulk_transfer>
<timeout>14</timeout>
<fields>
<field description="Password" name="pw" minlength="6" maxlength="16" required="0" type="text"></field>
</fields>
<contacts></contacts>
<update_contacts>1</update_contacts>
</transfer>

<allowed_domain_flags />
</domain>

<contact_groups>
<group name="generic" title="Generic (Any)" extends="generic_group" />
</contact_groups>
<contacts extends="basic_contacts" />
</config>
</section>
</module>

0 comments on commit dc24cf9

Please sign in to comment.