Browse Source

document new ssl api

pull/1/head
Nicolae Claudius 13 years ago
parent
commit
0123dc9654
  1. 4
      app/views/pages/help.html.erb

4
app/views/pages/help.html.erb

@ -38,10 +38,10 @@
<br />
With IP specified:
<pre style="margin-top: 0;">curl -X PUT -d "ip=IP" http://entrydns.net/records/modify/TOKEN</pre>
<pre style="margin-top: 0;">curl -k -X PUT -d "ip=IP" https://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>
<pre style="margin-top: 0;">curl -k -X PUT -d "" https://entrydns.net/records/modify/TOKEN</pre>
</div>
<h3>What domain record types do you currently support?</h3>

Loading…
Cancel
Save