From b70201adf78e25a6ef556bf7f8fb164a1ebe5fd3 Mon Sep 17 00:00:00 2001 From: xiaojunnuo Date: Thu, 17 Mar 2022 12:00:13 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20stackoverflow=E5=A2=9E=E5=8A=A0dns?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/core/src/config/remote_config.json5 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/core/src/config/remote_config.json5 b/packages/core/src/config/remote_config.json5 index 1d447554..d24c3f24 100644 --- a/packages/core/src/config/remote_config.json5 +++ b/packages/core/src/config/remote_config.json5 @@ -16,7 +16,8 @@ dns: { mapping: { '*jetbrains.com': 'quad9', - '*azureedge.net': 'quad9' + '*azureedge.net': 'quad9', + '*stackoverflow.com': 'quad9' }, speedTest: { interval: 60000,