From afad169118a0fb890012f113c07092d6705b9adc Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Sat, 13 Apr 2024 02:23:38 +0300 Subject: [PATCH] Default whitelist to null --- server.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server.js b/server.js index df4cadbb8..cb14b3c7e 100644 --- a/server.js +++ b/server.js @@ -100,7 +100,7 @@ const cliArguments = yargs(hideBin(process.argv)) describe: 'Path to your private key file.', }).option('whitelist', { type: 'boolean', - default: false, + default: null, describe: 'Enables whitelist mode', }).option('dataRoot', { type: 'string',