From 98b4a6af28a58814ce948a5ba16f123ecdfd2c39 Mon Sep 17 00:00:00 2001 From: Yiwen-Chan Date: Thu, 3 Jun 2021 12:05:06 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=91=20=E6=9B=B4=E6=96=B0=20P=E7=AB=99?= =?UTF-8?q?=20IP=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setutime/utils/download.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setutime/utils/download.go b/setutime/utils/download.go index 5dbcab02..3c0ee9a7 100644 --- a/setutime/utils/download.go +++ b/setutime/utils/download.go @@ -37,7 +37,7 @@ func (this *Illust) PixivPicDown(path string) (savePath string, err error) { }, // 更改dns Dial: func(network, addr string) (net.Conn, error) { - return net.Dial("tcp", "210.140.92.140:443") + return net.Dial("tcp", "210.140.92.142:443") }, }, }