From e1f41810ac85a0d210062ed33f43938dc4b03be4 Mon Sep 17 00:00:00 2001 From: Luke Bratch Date: Sat, 14 Sep 2019 17:57:07 +0100 Subject: Implement arrays in the configuration file and start using them to allow for multiple connect commands. --- README | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README') diff --git a/README b/README index ce415fa..e2a026f 100644 --- a/README +++ b/README @@ -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. -- cgit v1.2.3