mirror of
https://github.com/google/nomulus.git
synced 2025-07-25 12:08:36 +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
25 lines
946 B
XML
25 lines
946 B
XML
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
|
<epp xmlns="urn:ietf:params:xml:ns:epp-1.0">
|
|
<command>
|
|
<create>
|
|
<domain:create
|
|
xmlns:domain="urn:ietf:params:xml:ns:domain-1.0">
|
|
<domain:name>example.tld</domain:name>
|
|
<domain:period unit="y">1</domain:period>
|
|
<domain:ns>
|
|
<domain:hostObj>ns1.zdns.google</domain:hostObj>
|
|
<domain:hostObj>ns2.zdns.google</domain:hostObj>
|
|
<domain:hostObj>ns3.zdns.google</domain:hostObj>
|
|
<domain:hostObj>ns4.zdns.google</domain:hostObj>
|
|
</domain:ns>
|
|
<domain:registrant>crr-admin</domain:registrant>
|
|
<domain:contact type="admin">crr-admin</domain:contact>
|
|
<domain:contact type="tech">crr-tech</domain:contact>
|
|
<domain:authInfo>
|
|
<domain:pw>2fooBAR</domain:pw>
|
|
</domain:authInfo>
|
|
</domain:create>
|
|
</create>
|
|
<clTRID>RegistryTool</clTRID>
|
|
</command>
|
|
</epp>
|