reference.conf: add drain_reason

This commit is contained in:
David Schultz 2021-07-11 17:40:49 -05:00 committed by Aaron Jones
parent c5d7c5ed44
commit 1c78029cd4

View file

@ -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 {