From 0816612c5c66995d7e70fa1370a12e9c236ce9b4 Mon Sep 17 00:00:00 2001 From: Yu Steven <78414278+yu-steven@users.noreply.github.com> Date: Sun, 17 Jul 2022 23:58:36 +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 20d372dfa..302cd666a 100644 --- a/utils/rm/config.js +++ b/utils/rm/config.js @@ -1,5 +1,5 @@ module.exports={ - nodeAddName:' → TG@SCINV', + nodeAddName:' → t.me/s/SCINV', dnsServers:['8.8.8.8','1.1.1.1'], enableMediaUnlockTest:false }