diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-06-23 11:24:34 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-06-23 11:24:34 +0200 |
commit | 2629f182e8ae26c155fc895a3b6dd751485ef2a7 (patch) | |
tree | 1a0d0640fec3f24d89b33d2f6ed391bf4a6b78a6 /doc | |
parent | 27e489a4b40a139ace3c679215e44f109f006127 (diff) | |
download | dabmux-2629f182e8ae26c155fc895a3b6dd751485ef2a7.tar.gz dabmux-2629f182e8ae26c155fc895a3b6dd751485ef2a7.tar.bz2 dabmux-2629f182e8ae26c155fc895a3b6dd751485ef2a7.zip |
Add a few sanity checks for the configuration parser
Diffstat (limited to 'doc')
-rw-r--r-- | doc/advanced.mux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/advanced.mux b/doc/advanced.mux index 74c1dd4..801857b 100644 --- a/doc/advanced.mux +++ b/doc/advanced.mux @@ -220,7 +220,7 @@ subchannels { ; input. ; by default, it is disabled, set encryption to 1 to enable - encryption 1 + encryption true ; the multiplexer key pair. Keep these secret. secret-key "keys/mux.sec" |