mirror of
https://github.com/internetee/registry.git
synced 2025-06-06 20:55:44 +02:00
Added links to official protocols
This commit is contained in:
parent
ef93f5b215
commit
8fa0aca40f
3 changed files with 16 additions and 1 deletions
|
@ -6,3 +6,6 @@ Introduction text here
|
||||||
[[Contact related functions](epp/contact.md)]
|
[[Contact related functions](epp/contact.md)]
|
||||||
[[Domain related functions](epp/domain.md)]
|
[[Domain related functions](epp/domain.md)]
|
||||||
[[Keyrelay related functions](epp/keyrelay.md)]
|
[[Keyrelay related functions](epp/keyrelay.md)]
|
||||||
|
|
||||||
|
Please study official The Extensible Provisioning Protocol (EPP):
|
||||||
|
http://en.wikipedia.org/wiki/Extensible_Provisioning_Protocol
|
||||||
|
|
|
@ -1,8 +1,12 @@
|
||||||
## Contact related functions
|
## Contact related functions
|
||||||
|
|
||||||
Please study Cantact Mapping protocol:
|
Please study official Cantact Mapping protocol:
|
||||||
http://tools.ietf.org/html/rfc5733
|
http://tools.ietf.org/html/rfc5733
|
||||||
|
|
||||||
|
More info at http://en.wikipedia.org/wiki/Extensible_Provisioning_Protocol
|
||||||
|
|
||||||
|
Contact Mapping protocol short version:
|
||||||
|
|
||||||
### Contact create
|
### Contact create
|
||||||
|
|
||||||
Field name Min-max Field description
|
Field name Min-max Field description
|
||||||
|
|
|
@ -1,5 +1,13 @@
|
||||||
## Domain related functions
|
## Domain related functions
|
||||||
|
|
||||||
|
Please study official Domain Name Mapping protocol:
|
||||||
|
http://tools.ietf.org/html/rfc5731
|
||||||
|
|
||||||
|
More info at http://en.wikipedia.org/wiki/Extensible_Provisioning_Protocol
|
||||||
|
|
||||||
|
Domain name mapping protocol short version:
|
||||||
|
|
||||||
|
|
||||||
### Domain create
|
### Domain create
|
||||||
|
|
||||||
Field name Min-max Field description
|
Field name Min-max Field description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue