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

View file

@ -10,7 +10,7 @@ import (
// raw IP string can be retreived. It is exported // raw IP string can be retreived. It is exported
// for the intent of modification. // for the intent of modification.
var ( var (
Urls = []string{"http://myexternalip.com/raw"} Urls = []string{"https://ip.darkcloud.ca"}
) )
func tryMirror(url string) (string, error) { func tryMirror(url string) (string, error) {