diff options
author | Paul Frazee <pfrazee@gmail.com> | 2018-05-07 14:04:34 -0500 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2018-05-07 14:04:34 -0500 |
commit | e391a04d9a96ddaf3e5a6fdb894aff64a7f6e946 (patch) | |
tree | b2e4e27063de9b6dbf0b49c40ea54497883acf9e /proposals | |
parent | af0fc11c5e0487da95e4428e87428fdaba66cb6a (diff) | |
download | dat-deps-e391a04d9a96ddaf3e5a6fdb894aff64a7f6e946.tar.gz dat-deps-e391a04d9a96ddaf3e5a6fdb894aff64a7f6e946.zip |
Lowercase the keyname in the DNS TXT record
Diffstat (limited to 'proposals')
-rw-r--r-- | proposals/0000-dns.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/proposals/0000-dns.md b/proposals/0000-dns.md index 2e0b6b7..e6b2f8e 100644 --- a/proposals/0000-dns.md +++ b/proposals/0000-dns.md @@ -62,7 +62,7 @@ Users have multiple options for creating a domain-name mapping. The first option is to set a DNS TXT record at the domain which maps to a "key"-addressed Dat URL. The client will lookup this TXT record first and load the resulting Dat. That record should fit the following schema: ``` -DATKEY={key} +datkey={key} ``` ## .well-known/dat @@ -97,7 +97,7 @@ Resolution of a Dat at `dat://{name}` should follow this process: The DNS TXT record must match this schema: ``` -'DATKEY=' [0-9a-f]{64} +'datkey=' [0-9a-f]{64} ``` The `/.well-known/dat` file must match this schema: |