From 0123dc96543b7d7e404ac6ff4afdfec9f7cbb0ee Mon Sep 17 00:00:00 2001 From: Nicolae Claudius Date: Tue, 25 Oct 2011 12:32:51 -0700 Subject: [PATCH] document new ssl api --- app/views/pages/help.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/pages/help.html.erb b/app/views/pages/help.html.erb index f2360fa..dc8fa98 100644 --- a/app/views/pages/help.html.erb +++ b/app/views/pages/help.html.erb @@ -38,10 +38,10 @@
With IP specified: -
curl -X PUT -d "ip=IP" http://entrydns.net/records/modify/TOKEN
+
curl -k -X PUT -d "ip=IP" https://entrydns.net/records/modify/TOKEN
With IP automatically computed from request origin: -
curl -X PUT -d "" http://entrydns.net/records/modify/TOKEN
+
curl -k -X PUT -d "" https://entrydns.net/records/modify/TOKEN

What domain record types do you currently support?