From 1c78029cd4a17c75b0cf8197736493860c46bfd1 Mon Sep 17 00:00:00 2001 From: David Schultz Date: Sun, 11 Jul 2021 17:40:49 -0500 Subject: [PATCH] reference.conf: add drain_reason --- doc/reference.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/reference.conf b/doc/reference.conf index 34c22e70..380fde7c 100644 --- a/doc/reference.conf +++ b/doc/reference.conf @@ -1399,6 +1399,11 @@ general { /* oper_secure_only: require TLS on any connection trying to oper up */ oper_secure_only = no; + + /* drain_reason: Message shown to users when they are rejected from a draining server. + * requires extensions/drain to be loaded. + */ + drain_reason = "This server is not accepting connections."; }; modules {