

every thing installed fine i think
but when tried to point domains to my DNS server to start hosting them
they give DNS error when navigation them
like this one mistyproxy.com
all other domains when pointed to the DNS give me DNS error
Thank you
no its just new plane server with direct admin panel onlyIs there any firewall blocking UDP/TCP packets to port 53?
didn't you watch the left bottom of the screenshoot ?1) since you are using two nameservers with the same domain as the domain itself, you have to specify the IP addresses of ns1.xe1.org and ns2.xe1.org at GoDaddy, otherwise it will be impossible for anyone to know where your nameservers are
$ dig +trace +additional ns1.xe1.org
[...]
xe1.org. 86400 IN NS ns2.xe1.org.
xe1.org. 86400 IN NS ns1.xe1.org.
ns1.xe1.org. 86400 IN A 74.63.80.82
ns2.xe1.org. 86400 IN A 74.63.80.82
;; Received 93 bytes from 2001:500:e::1#53(A0.ORG.AFILIAS-NST.INFO) in 168 ms
dig: couldn't get address for 'ns1.xe1.org': not found
$ dig +trace +additional ns1.edge.tillo.ch
[...]
tillo.ch. 3600 IN NS ns2.edge.tillo.ch.
tillo.ch. 3600 IN NS ns1.edge.tillo.ch.
ns1.edge.tillo.ch. 3600 IN A 85.17.207.63
ns2.edge.tillo.ch. 3600 IN A 85.17.207.160
;; Received 99 bytes from 194.146.106.10#53(F.NIC.ch) in 31 ms
ns1.edge.tillo.ch. 14400 IN A 85.17.207.63
edge.tillo.ch. 14400 IN NS ns1.edge.tillo.ch.
edge.tillo.ch. 14400 IN NS ns2.edge.tillo.ch.
ns2.edge.tillo.ch. 14400 IN A 85.17.207.160
;; Received 99 bytes from 85.17.207.63#53(ns1.edge.tillo.ch) in 0 ms