From 61ecb50c03f0384adea97ac7876d45cda3563a55 Mon Sep 17 00:00:00 2001 From: Yu Steven <78414278+yu-steven@users.noreply.github.com> Date: Wed, 20 Jul 2022 13:42:32 +0800 Subject: [PATCH] Create config.js --- utils/rm/config.js | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 utils/rm/config.js diff --git a/utils/rm/config.js b/utils/rm/config.js new file mode 100644 index 000000000..908cbe0ab --- /dev/null +++ b/utils/rm/config.js @@ -0,0 +1,4 @@ +module.exports={ + nodeAddName:'', + dnsServers:['8.8.8.8','1.1.1.1'] +}