From 02333baa9d67a2fb24b6086e088bbbc52a08c7a1 Mon Sep 17 00:00:00 2001 From: Stanley <59763425+GoodCoder666@users.noreply.github.com> Date: Tue, 28 Jun 2022 15:41:08 +0800 Subject: [PATCH] add vscode.dev url --- fetch_ips.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fetch_ips.py b/fetch_ips.py index f998e961..3b7c906e 100644 --- a/fetch_ips.py +++ b/fetch_ips.py @@ -54,7 +54,8 @@ RAW_URL = [ "pipelines.actions.githubusercontent.com", "media.githubusercontent.com", "cloud.githubusercontent.com", - "objects.githubusercontent.com"] + "objects.githubusercontent.com", + "vscode.dev"] IPADDRESS_PREFIX = ".ipaddress.com"