Help & Support

We are working hard on creating a support system. In the mean time please bear with us!

I have an idea for an EntryDNS feature, who can I tell about it?

We’d love to hear your idea. Please send an email to <%= mail_to Settings.support_mail %> or use our <%= link_to 'contact form', page_path('contact') %>.

What support can I expect?

Since the service is totally free and we both have full time jobs, we do our best to answer your questions and address your suggestions.

How can I contact you if I have a question?

  • Email: <%= mail_to Settings.support_mail %>
  • Web: <%= link_to 'contact form', page_path('contact') %>
  • IRC: #entrydns on irc.freenode.net

What are your name servers?

  • ns1.entrydns.net
  • ns2.entrydns.net

How can I update my domain record dynamically?

We offer two API's: Complete REST API and Simple API.
Using the simple API you can update your records using the following shell commands:

With IP specified:
curl -k -X PUT -d "ip=IP" https://entrydns.net/records/modify/TOKEN
With IP automatically computed from request origin:
curl -k -X PUT -d "" https://entrydns.net/records/modify/TOKEN

What domain record types do you currently support?

SOA, NS, A, CNAME, TXT (more coming soon)

Can I set individual TTL for each record?

Yes, you certainly can.

What is a minimum TTL for a domain record?

60 seconds

Do you offer domain names?

We offer free subdomains on our entrydns.org domain in the form yourname.entrydns.org