Use ip.darkcloud.ca for external IP
This commit is contained in:
parent
ebc13d7f8b
commit
433cf283cb
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue