From 0ac3a92ff98d6398fe027312fd99b4031489758a Mon Sep 17 00:00:00 2001 From: LC <64722907+lc6464@users.noreply.github.com> Date: Wed, 6 Jan 2021 21:41:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=9F=9F=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit GitHub 官方有在使用 `www.githubstatus.com`,且会将发往 `githubstatus.com` 的 HTTP 请求重定向至 `www.githubstatus.com`。 --- fetch_ips.py | 1 + 1 file changed, 1 insertion(+) diff --git a/fetch_ips.py b/fetch_ips.py index 60f9b377f..111a82c97 100644 --- a/fetch_ips.py +++ b/fetch_ips.py @@ -42,6 +42,7 @@ RAW_URL = [ "github-production-user-asset-6210df.s3.amazonaws.com", "github-production-repository-file-5c1aeb.s3.amazonaws.com", "www.githubstatus.com", + "githubstatus.com", "github.community"] IPADDRESS_PREFIX = ".ipaddress.com"