Skip to content

Instantly share code, notes, and snippets.

@indolering
Created March 16, 2015 21:32
Show Gist options
  • Save indolering/adfb3b821f96a3d3a37d to your computer and use it in GitHub Desktop.
Save indolering/adfb3b821f96a3d3a37d to your computer and use it in GitHub Desktop.
Example of simplified Namecoin name spec
domains : [
"example.bit" : ["22.231.113.64", "2001:0db8:3c4d:0015::abcd:ef12"],
"sub.example.bit" : ["194.66.82.11", "2001:cdba::3257:9652"],
"www.example.bit" : "example.bit"
],
mail : [ "one.mailserver.bit", "two.mailserver.bit" ],
txt : "Straight JSON version for everything else."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment