From 6e2baa6661b0cc4ce2fe2aa06bc27a2a39ed3231 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Sun, 27 Jun 2021 18:12:33 +0200 Subject: [PATCH] reference.conf: Document the common syntax for flags It was only documented as an example in the auth {} block, not for other blocks. --- doc/reference.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/reference.conf b/doc/reference.conf index 54a07358..9d6bdf4a 100644 --- a/doc/reference.conf +++ b/doc/reference.conf @@ -26,6 +26,10 @@ * .include "filename" * .include * + * Flags variables are comma-separated sets of predefined values, + * specific to each block. For example in operator {} blocks: + * flags = encrypted, encrypted; + * * Times/durations are written as: * 12 hours 30 minutes 1 second *