okTurtles / dnschain

A blockchain-based DNS + HTTP server that fixes HTTPS security, and more!
https://okturtles.com
Other
1.73k stars 169 forks source link

Ubuntu doc plus correction in Debian example for new API #150

Closed tofutim closed 9 years ago

tofutim commented 9 years ago

Self-explanatory?

tofutim commented 9 years ago

This is working locally. However, there is a non-dnschain related issue. How do I dig to my server from the outside world? I think my port 53 is open, but when I try to reach it, I get

$ dig @111.221.83.68 okturtles.bit

; <<>> DiG 9.9.5-3ubuntu0.2-Ubuntu <<>> @111.221.83.68 okturtles.bit
; (1 server found)
;; global options: +cmd
;; connection timed out; no servers could be reached

locally dig @127.0.0.1 okturtles.bit works fine

Update. Probably this is an iptables issue.

taoeffect commented 9 years ago

Awesome! Great stuff @tofutim, this new guide is great, and it's especially nice to see instructions for Upstart.

I've reviewed it and it looks like it's ready to merge. There is one improvement that could be made. What are your thoughts on that? Think you could push a commit for that?

Thanks for the contribution! :smile: :+1:

taoeffect commented 9 years ago

BTW, feel free to also edit README.md and add yourself to the list of contributors. Just follow the existing convention for doing so.