diff options
author | Luke Bratch <luke@bratch.co.uk> | 2019-09-14 17:57:07 +0100 |
---|---|---|
committer | Luke Bratch <luke@bratch.co.uk> | 2019-09-14 17:57:07 +0100 |
commit | e1f41810ac85a0d210062ed33f43938dc4b03be4 (patch) | |
tree | 24e100886b063dfe8aa49d6881070b9e238296c4 /README | |
parent | e546de81cbecac2b02d29a02d6c6fd7d0785d739 (diff) |
Implement arrays in the configuration file and start using them to allow for multiple connect commands.
Diffstat (limited to 'README')
-rw-r--r-- | README | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -20,6 +20,9 @@ All arguments are optional, but they must be specified in the order shown above An example configuration file is provided named "blabouncer.conf.example". +Configuration options are either simple single string options, or multiple line arrays. The usage is +explained in the example configuration file. + If you don't specify one using "-c /path/to/configuration/file" then the example one will be created for you at $HOME/.blabouncer/blabouncer.conf when starting for the first time. |