mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 01:11:43 +02:00
Add basic mod_epp setup to readme
This commit is contained in:
parent
4d92a40a8d
commit
6a0a22bdc0
6 changed files with 141 additions and 0 deletions
17
app/views/epp/sessions/hello.xml
Normal file
17
app/views/epp/sessions/hello.xml
Normal file
|
@ -0,0 +1,17 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
|
||||
<!-- This is an example EPP greeting from mod_epp -->
|
||||
|
||||
<epp xmlns="urn:ietf:params:xml:ns:epp-1.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="urn:ietf:params:xml:ns:epp-1.0
|
||||
epp-1.0.xsd">
|
||||
<greeting>
|
||||
<svID>Example mod_epp server</svID>
|
||||
<svDate>2002-10-28T22:00:00.0Z</svDate>
|
||||
<svcMenu>
|
||||
<version>1.0</version>
|
||||
<lang>en</lang>
|
||||
</svcMenu>
|
||||
</greeting>
|
||||
</epp>
|
Loading…
Add table
Add a link
Reference in a new issue