Skip to content

jpf/jsondns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Joël Franusic
Oct 18, 2012
53e50df · Oct 18, 2012

History

57 Commits
Oct 18, 2012
May 5, 2011
Dec 31, 2009
Oct 18, 2012
Oct 18, 2012
Dec 27, 2009
Oct 18, 2012
Dec 27, 2009
Dec 26, 2009
Jan 10, 2010
Jul 9, 2010
Jan 27, 2012
Aug 25, 2010

Repository files navigation

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