Comment on hash(password)
This commit is contained in:
parent
d6ea9d78f6
commit
1e432b25ea
@ -47,6 +47,7 @@ const main = async (cliArgs: Args): Promise<void> => {
|
||||
auth: args.auth,
|
||||
commit,
|
||||
host: host,
|
||||
// The hash does not add any actual security but we do it for obfuscation purposes.
|
||||
password: password ? hash(password) : undefined,
|
||||
port: port,
|
||||
proxyDomains: args["proxy-domain"],
|
||||
|
Reference in New Issue
Block a user