From 05537db117d1d3a881c03896018591cc38bd9400 Mon Sep 17 00:00:00 2001 From: LC <64722907+lc6464@users.noreply.github.com> Date: Wed, 6 Jan 2021 10:40:18 +0800 Subject: [PATCH 1/2] =?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 - `www.githubstatus.com` - `github.community` --- fetch_ips.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/fetch_ips.py b/fetch_ips.py index 21074ede2..60f9b377f 100644 --- a/fetch_ips.py +++ b/fetch_ips.py @@ -40,7 +40,9 @@ RAW_URL = [ "github-com.s3.amazonaws.com", "github-production-release-asset-2e65be.s3.amazonaws.com", "github-production-user-asset-6210df.s3.amazonaws.com", - "github-production-repository-file-5c1aeb.s3.amazonaws.com"] + "github-production-repository-file-5c1aeb.s3.amazonaws.com", + "www.githubstatus.com", + "github.community"] IPADDRESS_PREFIX = ".ipaddress.com" 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 2/2] =?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"