From 433cf283cb25a4b2a6ecf39d2607742080a4c403 Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Thu, 16 May 2019 21:43:15 -0400 Subject: [PATCH] Use ip.darkcloud.ca for external IP --- dyndns/external.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dyndns/external.go b/dyndns/external.go index 56dda14..299c8f4 100644 --- a/dyndns/external.go +++ b/dyndns/external.go @@ -10,7 +10,7 @@ import ( // raw IP string can be retreived. It is exported // for the intent of modification. var ( - Urls = []string{"http://myexternalip.com/raw"} + Urls = []string{"https://ip.darkcloud.ca"} ) func tryMirror(url string) (string, error) {