https://github.com/jpf/jsondns
DNS over HTTP
https://github.com/jpf/jsondns
Last synced: 10 months 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 (over 16 years ago)
- Default Branch: master
- Last Pushed: 2021-11-09T00:10:52.000Z (over 4 years ago)
- Last Synced: 2025-03-08T19:39:35.723Z (about 1 year ago)
- Language: Ruby
- Homepage: jsondns.org
- Size: 173 KB
- Stars: 118
- Watchers: 10
- 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 Lindsay
With thanks to:
Tom Robinson
Adam "rndmcnlly" Smith