User:Elifarley/pds: Difference between revisions
Jump to navigation
Jump to search
(Created page with "==peer domain system== A decentralized name resolution system which provides strong authentication and name conflict prevention. ==") |
No edit summary |
||
Line 1: | Line 1: | ||
==peer domain system== | ==peer domain system== | ||
A decentralized name resolution system which provides strong authentication and name conflict prevention. | A decentralized name resolution system which provides strong authentication and name conflict prevention. | ||
===single record=== | |||
can be pasted on twitter, discussion forums, web pages and so on | |||
<code> | |||
#pdsr domain scope record-type value expiry-date signer digest | |||
</code> | |||
* #pdsr magic string | |||
* domain is the name to be resolved | |||
* scope helps prevent name conflicts | |||
* record-type can be a, c | |||
* value can be an ip, standard dns name, other pds name | |||
examples: | |||
<code> | |||
#pdsr openfarmtech 20110311 c openfarmtech.org 0 elifarley 2afqgwk6 | |||
</code> | |||
*expiry is optional | |||
*signer is optional | |||
* |
Revision as of 01:57, 13 March 2011
peer domain system
A decentralized name resolution system which provides strong authentication and name conflict prevention.
single record
can be pasted on twitter, discussion forums, web pages and so on
- pdsr domain scope record-type value expiry-date signer digest
- #pdsr magic string
- domain is the name to be resolved
- scope helps prevent name conflicts
- record-type can be a, c
- value can be an ip, standard dns name, other pds name
examples:
- pdsr openfarmtech 20110311 c openfarmtech.org 0 elifarley 2afqgwk6
- expiry is optional
- signer is optional