From 6dd5f273340af9a6b4372bdd5264f8458fecdf6a Mon Sep 17 00:00:00 2001 From: Jag Talon Date: Thu, 6 Mar 2025 12:34:58 -0500 Subject: [PATCH] README: Change whitelist to allowlist --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cce4f66..950aa6f 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ Application Options: -i, --identity= Private key to identify server with. (default: ~/.ssh/id_rsa) --bind= Host and port to listen on. (default: 0.0.0.0:2022) --admin= File of public keys who are admins. - --whitelist= Optional file of public keys who are allowed to connect. + --allowlist= Optional file of public keys who are allowed to connect. --motd= Optional Message of the Day file. --log= Write chat log to this file. --pprof= Enable pprof http server for profiling.