commit 201a0f92d736496436a7be4de802b8e4c00f7d3b
parent 6cf6f8e12d2efcb0fa5427177e348acb32605f5c
Author: Frederic Cambus <fred@statdns.com>
Date: Fri, 17 Feb 2017 20:17:17 +0100
StatDNS website is now HTTPS only
Diffstat:
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md
@@ -171,7 +171,7 @@ message.
## Sites using RRDA
-- StatDNS: Rest DNS API - http://www.statdns.com/api/
+- StatDNS: Rest DNS API - https://www.statdns.com/api/
- DNS-LG: Multilocation DNS Looking Glass - http://www.dns-lg.com
## License
@@ -186,8 +186,8 @@ RRDA is developed by Frederic Cambus
## Resources
-Project homepage: http://www.statdns.com
+Project homepage: https://www.statdns.com
-Latest tarball release: http://www.statdns.com/rrda/rrda-1.02.tar.gz
+Latest tarball release: https://www.statdns.com/rrda/rrda-1.02.tar.gz
GitHub: https://github.com/fcambus/rrda
diff --git a/rrda.go b/rrda.go
@@ -2,10 +2,10 @@
/* */
/* RRDA (RRDA REST DNS API) 1.02 */
/* Copyright (c) 2012-2017, Frederic Cambus */
-/* http://www.statdns.com */
+/* https://www.statdns.com */
/* */
/* Created: 2012-03-11 */
-/* Last Updated: 2017-02-03 */
+/* Last Updated: 2017-02-17 */
/* */
/* RRDA is released under the BSD 2-Clause license. */
/* See LICENSE file for details. */