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
|
// 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) {
|
||||||
|
|
Loading…
Reference in a new issue