From e391a04d9a96ddaf3e5a6fdb894aff64a7f6e946 Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Mon, 7 May 2018 14:04:34 -0500 Subject: Lowercase the keyname in the DNS TXT record --- proposals/0000-dns.md | 4 ++-- 1 file 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: -- cgit v1.2.3