From c60a570bf7abd142cc8f0600e73986f7469b5b35 Mon Sep 17 00:00:00 2001 From: Igor V Belousov Date: Tue, 21 Aug 2018 15:15:55 +0300 Subject: [PATCH] =?UTF-8?q?Fix:=20https://4.ifcfg.me/ip=20=E2=86=92=20http?= =?UTF-8?q?s://ifconfig.co/ip?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index dcb63b7..1f24f81 100644 --- a/main.go +++ b/main.go @@ -11,7 +11,7 @@ import ( ) func get_ip() (string, error) { - resp, err := http.Get("https://4.ifcfg.me/ip") + resp, err := http.Get("https://ifconfig.co/ip") if err != nil { return "", err }