diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-06-16 15:07:07 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-06-16 15:07:07 -0300 |
commit | 6012a7dc583431ca9090be41794a62f5492d1b1e (patch) | |
tree | 46d6c235d4dc52e5421c6227ec725b26245daa3c | |
parent | ea73f5f58e52466982a0783fb67e4c022cf3ce75 (diff) | |
download | puppet-mumble-6012a7dc583431ca9090be41794a62f5492d1b1e.tar.gz puppet-mumble-6012a7dc583431ca9090be41794a62f5492d1b1e.tar.bz2 |
Do not include IP addresses in the logs in the default config
-rw-r--r-- | files/mumble-server.ini | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/files/mumble-server.ini b/files/mumble-server.ini index cdbb0cb..b0324b4 100644 --- a/files/mumble-server.ini +++ b/files/mumble-server.ini @@ -129,6 +129,9 @@ uname=mumble-server # to connect. #certrequired=False +# Do not include IP addresses in the logs +obfuscate=true + # You can configure any of the configuration options for Ice here. We recommend # leave the defaults as they are. # Please note that this section has to be last in the configuration file. |