Use ip.darkcloud.ca for external IP

This commit is contained in:
Kevin MacMartin 2019-05-16 21:43:15 -04:00
parent ebc13d7f8b
commit 433cf283cb
1 changed files with 1 additions and 1 deletions

View File

@ -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) {