Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jpf/jsondns
DNS over HTTP
https://github.com/jpf/jsondns
Last synced: 16 days ago
JSON representation
DNS over HTTP
- Host: GitHub
- URL: https://github.com/jpf/jsondns
- Owner: jpf
- License: other
- Created: 2009-12-27T07:56:02.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2021-11-09T00:10:52.000Z (about 3 years ago)
- Last Synced: 2024-10-20T19:46:32.009Z (23 days ago)
- Language: Ruby
- Homepage: jsondns.org
- Size: 173 KB
- Stars: 118
- Watchers: 11
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
JSON DNS is a project to create DNS services that run over HTTP.
The file 'jsondns-standard' contains the proposed standard for doing DNS queries over HTTP. This is a work in progress.
[JSON DNS "Client"]
jsondns.rb contains an example DNS "client" that answers DNS queries via HTTP.
A working example is running at: http://dig.jsondns.org/
[JSON DNS "Server"]
Any web server will soon be able to answer DNS queries via a JSON DNS "server" which translates UDP 53 queries into web requests. A proof-of-concept of this "server" is available at: http://github.com/jpf/eventdns - this "server" does NOT implement the proposed JSON DNS standard. A "server" implementing this standard will live here once it's written.
December 27, 2009
Joel Franusic and Jeff LindsayWith thanks to:
Tom Robinson
Adam "rndmcnlly" Smith