You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
56 lines
1.8 KiB
56 lines
1.8 KiB
<div class="block article"> |
|
<div class="content"> |
|
<div class="inner help-page"> |
|
|
|
<h1>Help & Support</h1> |
|
|
|
<em>We are working hard on creating a support system. In the mean time please bear with us!</em> |
|
|
|
<h3>I have an idea for an EntryDNS feature, who can I tell about it?</h3> |
|
<p> |
|
We’d love to hear your idea. Please send an email to support@entrydns.net |
|
</p> |
|
|
|
<h3>What support can I expect?</h3> |
|
<p> |
|
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. |
|
</p> |
|
|
|
<h3>How can I contact you if I have a question?</h3> |
|
<ul> |
|
<li>E-Mail: <a href="mailto:support@entrydns.net">support@entrydns.net</a></li> |
|
<li>IRC: #entrydns on irc.freenode.net</li> |
|
</ul> |
|
|
|
<h3>What are your name servers?</h3> |
|
<ul> |
|
<li>ns1.entrydns.net</li> |
|
<li>ns2.entrydns.net</li> |
|
</ul> |
|
|
|
<h3>How can I update my domain record dynamically?</h3> |
|
<div> |
|
We offer two API's: Complete REST API and Simple API.<br /> |
|
Using the simple API you can update your records using the following shell commands:<br /> |
|
<br /> |
|
|
|
With IP specified: |
|
<pre style="margin-top: 0;">curl -X PUT -d "ip=IP" http://entrydns.net/records/modify/TOKEN</pre> |
|
|
|
With IP automatically computed from request origin: |
|
<pre style="margin-top: 0;">curl -X PUT -d "" http://entrydns.net/records/modify/TOKEN</pre> |
|
</div> |
|
|
|
<h3>What domain record types do you currently support?</h3> |
|
<p>SOA, NS, A, CNAME, TXT (more coming soon)</p> |
|
|
|
<h3>Can I set individual TTL for each record?</h3> |
|
<p>Yes, you certainly can.</p> |
|
|
|
<h3>What is a minimum TTL for a domain record?</h3> |
|
<p>60 seconds</p> |
|
|
|
</div> |
|
</div> |
|
</div>
|
|
|