From 295c9888a0a19ac7a73c10b3acf1be904a3f2322 Mon Sep 17 00:00:00 2001 From: Yu Steven <78414278+yu-steven@users.noreply.github.com> Date: Thu, 21 Jul 2022 12:08:28 +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 cbbffe9e0..df7f871d3 100644 --- a/utils/rm/config.js +++ b/utils/rm/config.js @@ -1,4 +1,4 @@ module.exports={ - nodeAddName:' → https://t.me/s/SCINV', + nodeAddName:' → t.me/s/SCINV', dnsServers:['8.8.8.8','1.1.1.1'] }