feat(pterodactyl): added masking of IP addresses in the console output
Some checks failed
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 21s
Actions / Build Documentation (MkDocs) (pull_request) Successful in 24s

This commit is contained in:
SeaswimmerTheFsh 2024-03-01 22:38:49 -05:00
parent fb177ff8ad
commit 306148ea69
Signed by: cswimr
GPG key ID: B8953EC01E5C4063
3 changed files with 19 additions and 0 deletions

View file

@ -22,4 +22,5 @@ def register_config(config_obj: Config) -> None:
shutdown_msg='Server stopped!',
join_msg='Welcome to the server! 👋',
leave_msg='Goodbye! 👋',
mask_ip=True,
)