dnsimple / erldns

DNS server, in Erlang.
MIT License
405 stars 98 forks source link

It doesn't work... #57

Closed dimitrovs closed 7 years ago

dimitrovs commented 8 years ago

Followed the instructions and this is all the output it prints out:

Erlang/OTP 19 [erts-8.1] [source] [64-bit] [smp:4:4] [async-threads:10] [hipe] [kernel-poll:false]

Eshell V8.1  (abort with ^G)
1>
=INFO REPORT==== 22-Oct-2016::03:43:42 ===
    application: mnesia
    exited: stopped
    type: temporary

dig times out:

dig -p8053 @127.0.0.1 example.com a

; <<>> DiG 9.9.5-9+deb8u7-Debian <<>> -p8053 @127.0.0.1 example.com a
; (1 server found)
;; global options: +cmd
;; connection timed out; no servers could be reached
aeden commented 7 years ago

I've updated the example config so it should launch correctly now.