mirror of
https://github.com/google/nomulus.git
synced 2025-06-11 06:54:46 +02:00
This will allow tests in server to reference the xml files. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=161582503
13 lines
447 B
XML
13 lines
447 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>example.tld</host:name>
|
|
<host:addr ip="v4">162.100.102.99</host:addr>
|
|
<host:addr ip="v4">4.5.6.7</host:addr>
|
|
<host:addr ip="v6">2001:0db8:85a3:0000:0000:8a2e:0370:7334</host:addr>
|
|
</host:create>
|
|
</create>
|
|
<clTRID>RegistryTool</clTRID>
|
|
</command>
|
|
</epp>
|