Help & Support

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

1. 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.

2. How can I contact you if I have a question?

3. What are your name servers?

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

4. 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 -X PUT -d "ip=IP" http://entrydns.net/records/modify/TOKEN
With IP automatically computed from request origin:
curl -X PUT -d "" http://entrydns.net/records/modify/TOKEN

5. What domain record types do you currently support?

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

6. Can I set individual TTL for each record?

Yes, you certainly can.

7. What is a minimum TTL for a domain record?

60 seconds