mirror of
https://github.com/google/nomulus.git
synced 2025-08-04 00:42:12 +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
21 lines
738 B
XML
21 lines
738 B
XML
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
|
<epp xmlns="urn:ietf:params:xml:ns:epp-1.0">
|
|
<command>
|
|
<update>
|
|
<domain:update
|
|
xmlns:domain="urn:ietf:params:xml:ns:domain-1.0">
|
|
<domain:name>example.tld</domain:name>
|
|
<domain:add>
|
|
<domain:ns>
|
|
<domain:hostObj>ns2.zdns.google</domain:hostObj>
|
|
<domain:hostObj>ns3.zdns.google</domain:hostObj>
|
|
</domain:ns>
|
|
<domain:contact type="admin">crr-admin2</domain:contact>
|
|
<domain:contact type="tech">crr-tech2</domain:contact>
|
|
<domain:status s="serverDeleteProhibited"/>
|
|
</domain:add>
|
|
</domain:update>
|
|
</update>
|
|
<clTRID>RegistryTool</clTRID>
|
|
</command>
|
|
</epp>
|