From e53d826abab8deca0acffdef45b0c8b67ba0e2b0 Mon Sep 17 00:00:00 2001 From: potterli Date: Sun, 4 Apr 2021 17:01:26 +0800 Subject: [PATCH] Update fetch_ips.py --- fetch_ips.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fetch_ips.py b/fetch_ips.py index c55db9777..780727f38 100644 --- a/fetch_ips.py +++ b/fetch_ips.py @@ -18,6 +18,8 @@ from retry import retry import requests RAW_URL = [ + "alive.github.com", + "live.github.com", "github.githubassets.com", "central.github.com", "desktop.githubusercontent.com",