DNS/TXT records to resolve kulfi://amitu.com #55
amitu
started this conversation in
Ideas & RFCs
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Multiple TXT records for a domain
So this is SPF TXT records are parsed:
So you can add one or more TXT records on a domain in DNS, and they are effectively returned as single field, each unique TXT record is separated by a new line.
v=kulfi0 http=<id52>All the TXT records on a domain, that starts with
v=kulfi0 http=<id52>belongs to us. Each record can contain<name>=<id52>mapping. If the name ishttpit means this site is accessible via kulfi:// protocol, and the given id52 should be used to contact it.Tomorrow we also want to allow
mysql kulfi+mysql://foo.cometc, which will work by looking at id52 pointed at by the namemysql.More then one TXT record lines can start with v=kulfi0 and the name field can also be duplicated with different id52 values. In case of multiple values, we will pick one at random, and if it fails use the fallback.
v=kulfi0 http=<id52-1> http-fallback=<id52-2>If
<protocol>-fallbackis provided, the fallback will be used if primary failed for that protocol.Authenticated DNS:
v=kulfi0 ns=<id52>If the txt record
ns(name server) is found, the names that are missing in DNS will be looked up in thensrecord over a DNS like protocol on top of kulfi network. Since all requests done in kulfi network have client certificates, this can be used to only allow discovery of services to authenticated users.Beta Was this translation helpful? Give feedback.
All reactions