README: Change whitelist to allowlist

This commit is contained in:
Jag Talon 2025-03-06 12:34:58 -05:00
parent 635673882b
commit 6dd5f27334
No known key found for this signature in database
GPG Key ID: DA861B5EEA906363

View File

@ -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.