NameCoin ReRoute (Java DNS server)

Forum rules
Warning !
Avoid using binary softwares from untrusted users.
Prefer compiling it yourself and verify sources.
Post Reply
Orwell
Posts: 3
Joined: Fri Feb 24, 2012 4:26 pm

NameCoin ReRoute (Java DNS server)

Post by Orwell »

I've been working on a small proof of concept code, that is basically a local namecoin DNS server. What it dose is relay all your DNS queries to your regular DNS server and for the .bit queries it makes a "fake" answer. It gets this "fake" answer from namecoind trough json interface.
This gives you a no setup, easy to use way of browsing .bit domains, witch works on all your applications and browsers.

As i sad it's a proof of concept and very buggy but it works (more or less)

Is there any interest in this little project?? I don't have much time for it which makes development go slow so a little help would be nice.

phelix
Posts: 1634
Joined: Thu Aug 18, 2011 6:59 am

Re: NameCoin ReRoute (Java DNS server)

Post by phelix »

Orwell wrote:I've been working on a small proof of concept code, that is basically a local namecoin DNS server. What it dose is relay all your DNS queries to your regular DNS server and for the .bit queries it makes a "fake" answer. It gets this "fake" answer from namecoind trough json interface.
This gives you a no setup, easy to use way of browsing .bit domains, witch works on all your applications and browsers.

As i sad it's a proof of concept and very buggy but it works (more or less)

Is there any interest in this little project?? I don't have much time for it which makes development go slow so a little help would be nice.
sounds interesting. Would it also be possible to query a namecoin dns server for .bit domains? I think not everybody wants to run a namecoin client.
nx.bit - some namecoin stats
nf.bit - shortcut to this forum

Orwell
Posts: 3
Joined: Fri Feb 24, 2012 4:26 pm

Re: NameCoin ReRoute (Java DNS server)

Post by Orwell »

That is a good idea :) And yes it's possible. The buggy'nes in the software is all related to querying
namecoind, so this would make it more usable as well. If i get time I'll implement it as an option..

khal
Site Admin
Posts: 708
Joined: Mon May 09, 2011 5:09 pm
os: linux

Re: NameCoin ReRoute (Java DNS server)

Post by khal »

It's an interesting solution indeed (a bit like this one : https://dot-bit.org/forum/viewtopic.php?f=9&t=345. I may continue this work one day, depending on priorities :p).

All solution that is easy to use for end users is welcome :).
NamecoinID: id/khal
GPG : 9CC5B92E965D69A9
NMC: N1KHAL5C1CRzy58NdJwp1tbLze3XrkFxx9
BTC: 1KHAL8bUjnkMRMg9yd2dNrYnJgZGH8Nj6T

Register Namecoin domains with BTC
My bitcoin Identity - Send messages to bitcoin users
Charity Ad - Make a good deed without paying a cent

Orwell
Posts: 3
Joined: Fri Feb 24, 2012 4:26 pm

Re: NameCoin ReRoute (Java DNS server)

Post by Orwell »

Thanks :)

It's on github now for anyone interested:
https://github.com/Orwell875/NameCoin-ReRoute

Post Reply