feat(pterodactyl): added masking of IP addresses in the console output
This commit is contained in:
parent
fb177ff8ad
commit
306148ea69
3 changed files with 19 additions and 0 deletions
|
@ -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,
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue