Відмінності між версіями «UA (en)»

Матеріал з DRS wiki
Перейти до: навігація, пошук
Рядок 47: Рядок 47:
 
|}
 
|}
  
'''Домен .ME''' — официальный домен верхнего уровня Украины.
+
'''Домен .UA''' — официальный домен верхнего уровня Украины.
  
 
The domain name in UA may only register for Based on the certificate of trademark registration registered in the territory of Ukraine, or if the trademark registered in another state with territorial expansion to Ukraine under the Madrid Agreement.
 
The domain name in UA may only register for Based on the certificate of trademark registration registered in the territory of Ukraine, or if the trademark registered in another state with territorial expansion to Ukraine under the Madrid Agreement.

Версія за 11:21, 19 червня 2013

Характеристики Описание
Домен содержит буквы латинского алфавита (a-z), цифры (0-9), дефис («-»)
Длина домена от 1 до 63 символов
«-» не может начинаться или заканчиваться дефисом или содержать 2 дефиса (в третьей и четвертой позициях)
IDN нет
Срок регистрации 1-2 лет
Auth-code нет
Контакты admin, tech
Nic-handle CUNIC, UANIC
Поддерживается интерфейсом EPP, SMTP, Light EPP клиент
Правила https://hostmaster.ua/policy/?ua
Разрешение споров http://www.domain.me/policies#Dispute-Policy (UDRP)
Реестр домена .UA Hostmaster Ltd. https://hostmaster.ua/
WHOIS-сервер whois.ua
DNSSEC нет

Домен .UA — официальный домен верхнего уровня Украины.

The domain name in UA may only register for Based on the certificate of trademark registration registered in the territory of Ukraine, or if the trademark registered in another state with territorial expansion to Ukraine under the Madrid Agreement.

According to the rules of the .UA domain zone, domain name must fully reproduce the verbal designation of a trademark.

Data in domain contact "admin" must fully duplicate data trademark owner или данные владельца лицензионного договора на соответствующую trademark.

Cctld-UA-lifecycle.jpeg

Example <create> command for the second level domain in the zone .UA:

<command>
    <create>
        <domain:create xmlns:domain="urn:ietf:params:xml:ns:domain-1.0" xsi:schemaLocation="urn:ietf:params:xml:ns:domain-1.0 domain-1.0.xsd">
            <domain:name>example.ua</domain:name>
            <domain:period unit="y">1</domain:period>
            <domain:ns>
                <domain:hostAttr>
                    <domain:hostName>ns1.example.net</domain:hostName>
                </domain:hostAttr>
                <domain:hostAttr>
                    <domain:hostName>ns2.example.net</domain:hostName>
                </domain:hostAttr>
                <domain:hostAttr>
                    <domain:hostName>ns3.example.net</domain:hostName>
                </domain:hostAttr>
            </domain:ns>
            <domain:contact type="admin">example1-cunic</domain:contact>
            <domain:contact type="tech">example2-cunic</domain:contact>
            <domain:authInfo>
                <domain:pw>2fooBAR</domain:pw>
            </domain:authInfo>
        </domain:create>
    </create>
    <extension>
        <drs:create xmlns:drs="http://drs.ua/epp/drs-1.0" xsi:schemaLocation="http://drs.ua/epp/drs-1.0 drs-1.0.xsd">
            <drs:domain>
                <drs:license>1234567</drs:license>
                <drs:description>Registrar client</drs:description>
            </drs:domain>
        </drs:create>
    </extension>
</command>

Examples of other commands can be found in the document RFC5731 (http://tools.ietf.org/html/rfc5731#section-3)