mirror of
https://github.com/google/nomulus.git
synced 2025-08-02 16:02:10 +02:00
This change renames directories in preparation for the great package rename. The repository is now in a broken state because the code itself hasn't been updated. However this should ensure that git correctly preserves history for each file.
29 lines
1,014 B
XML
29 lines
1,014 B
XML
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
<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-one.tld</domain:name>
|
|
<domain:period unit="y">3</domain:period>
|
|
<domain:ns>
|
|
<domain:hostObj>ns1.example.com</domain:hostObj>
|
|
<domain:hostObj>ns2.example.com</domain:hostObj>
|
|
</domain:ns>
|
|
<domain:registrant>jd1234</domain:registrant>
|
|
<domain:contact type="admin">sh8013</domain:contact>
|
|
<domain:contact type="tech">sh8013</domain:contact>
|
|
<domain:authInfo>
|
|
<domain:pw>2fooBAR</domain:pw>
|
|
</domain:authInfo>
|
|
</domain:create>
|
|
</create>
|
|
<extension>
|
|
<launch:create
|
|
xmlns:launch="urn:ietf:params:xml:ns:launch-1.0">
|
|
<launch:phase name="landrush">sunrise</launch:phase>
|
|
</launch:create>
|
|
</extension>
|
|
<clTRID>ABC-12345</clTRID>
|
|
</command>
|
|
</epp>
|