From 6c209714ece7997360c534b8c47e15b2532a663d Mon Sep 17 00:00:00 2001 From: Yu Steven <78414278+yu-steven@users.noreply.github.com> Date: Sun, 24 Jul 2022 21:35:54 +0800 Subject: [PATCH] Update config.js --- utils/rm/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/rm/config.js b/utils/rm/config.js index a3987af2d..3d491eadd 100644 --- a/utils/rm/config.js +++ b/utils/rm/config.js @@ -1,4 +1,4 @@ module.exports={ nodeAddName:' → TG@SCINV', - dnsServers:['8.8.8.8','1.1.1.1'] + dnsServers:['223.5.5.5','114.114.114.114'] }