reference.conf: add drain_reason
This commit is contained in:
parent
c5d7c5ed44
commit
1c78029cd4
1 changed files with 5 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue