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?