X-Git-Url: http://git.code-monkey.de/?p=umurmur.git;a=blobdiff_plain;f=umurmur.conf.example;h=1c32a7887016942a8c89472bcddf9bf7f31415c1;hp=90397c3ef39babee3112330632081389811658b0;hb=HEAD;hpb=cbb281f7fd017b7df596d4f3242874f953757fa3 diff --git a/umurmur.conf.example b/umurmur.conf.example index 90397c3..1c32a78 100644 --- a/umurmur.conf.example +++ b/umurmur.conf.example @@ -10,6 +10,7 @@ password = ""; # sync_banfile = false; # Keep banfile synced. Default is false, which means it is saved to at shutdown only. # allow_textmessage = true; # Default is true # opus_threshold = 100; # Percentage of users supporting Opus codec for it to be chosen. Default is 100. +# show_addresses = true; # Whether to show client's IP addresses under user information max_users = 10; # bindport = 64738; @@ -25,6 +26,9 @@ max_users = 10; # umurmurd will close and reopen the logfile if SIGHUP is received. # logfile = "/var/log/umurmurd.log"; +# CA location for CA-signed certificates +# ca_path = "/path/to/ca/certificates/"; + # Channel tree definition: # Root channel must always be defined first. # If a channel has a parent, the parent must be defined before the child channel(s).