mirror of
https://github.com/google/nomulus.git
synced 2025-05-06 15:07:55 +02:00
Added validation on domain creation, preventing a domain from being created if it equals an existing TLD. Added domain create tests for domains using multi-part TLDs that shared suffixes and prefixes. Added host create tests for hosts using multi-part TLDs that shared suffixes. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=164297749
13 lines
428 B
XML
13 lines
428 B
XML
<epp xmlns="urn:ietf:params:xml:ns:epp-1.0">
|
|
<command>
|
|
<create>
|
|
<host:create xmlns:host="urn:ietf:params:xml:ns:host-1.0">
|
|
<host:name>%HOSTNAME%</host:name>
|
|
<host:addr ip="v4">192.0.2.2</host:addr>
|
|
<host:addr ip="v4">192.0.2.29</host:addr>
|
|
<host:addr ip="v6">1080:0:0:0:8:800:200C:417A</host:addr>
|
|
</host:create>
|
|
</create>
|
|
<clTRID>ABC-12345</clTRID>
|
|
</command>
|
|
</epp>
|