mirror of
https://github.com/google/nomulus.git
synced 2025-08-05 09:21:49 +02:00
There are still some options in RegistryConfig that can't be configured in YAML, but it's not clear why anyone would need to change them from their default values. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=146482435
29 lines
1,002 B
XML
29 lines
1,002 B
XML
<epp xmlns="urn:ietf:params:xml:ns:epp-1.0">
|
|
<greeting>
|
|
<svID>Nomulus Registry</svID>
|
|
<svDate>%DATE%</svDate>
|
|
<svcMenu>
|
|
<version>1.0</version>
|
|
<lang>en</lang>
|
|
<objURI>urn:ietf:params:xml:ns:host-1.0</objURI>
|
|
<objURI>urn:ietf:params:xml:ns:contact-1.0</objURI>
|
|
<objURI>urn:ietf:params:xml:ns:domain-1.0</objURI>
|
|
<svcExtension>
|
|
<extURI>urn:ietf:params:xml:ns:launch-1.0</extURI>
|
|
<extURI>urn:ietf:params:xml:ns:rgp-1.0</extURI>
|
|
<extURI>urn:ietf:params:xml:ns:secDNS-1.1</extURI>
|
|
<extURI>urn:ietf:params:xml:ns:fee-0.6</extURI>
|
|
<extURI>urn:ietf:params:xml:ns:fee-0.11</extURI>
|
|
<extURI>urn:ietf:params:xml:ns:fee-0.12</extURI>
|
|
</svcExtension>
|
|
</svcMenu>
|
|
<dcp>
|
|
<access><all/></access>
|
|
<statement>
|
|
<purpose><admin/><prov/></purpose>
|
|
<recipient><ours/><public/></recipient>
|
|
<retention><indefinite/></retention>
|
|
</statement>
|
|
</dcp>
|
|
</greeting>
|
|
</epp>
|