Namecoin to TinyDNS data

Forum rules
Warning !
Avoid using binary softwares from untrusted users.
Prefer compiling it yourself and verify sources.
Post Reply
tkooda
Posts: 1
Joined: Wed Sep 19, 2012 11:41 am
os: linux

Namecoin to TinyDNS data

Post by tkooda »

Hello,

I've published a new script for generating a 'tinydns' (part of djbdns) data file for Namecoin's *.bit DNS zone:

https://github.com/tkooda/namecoin-tinydns-data

To install:

Code: Select all

  git clone https://github.com/tkooda/namecoin-tinydns-data
  cd namecoin-tinydns-data/
  sudo python setup.py install
Example usage (presuming 'tinydns' is already supervised/running on "1.2.3.4") :

Code: Select all

  cd /service/tinydns/root/
  sudo namecoin-tinydns-data http://MyUsername:MyPassword@127.0.0.1:8336 1.2.3.4 > data
  sudo make
Depends on:

- "jsonrpc" module from: http://json-rpc.org/


Needs work. Works for me. Patches/donations welcome.

- Thor J. Kooda
N6EMr43zmemBv5AiisYxkEj5wpnRrmVKgx
15q6JoaqXfv8FWGjiC8v1NsMwhuKsr13rA

Post Reply