sgml docs: kline_exempt does not exempt from D:lines in any way
This commit is contained in:
parent
c41a85dfb6
commit
f3d2fceb65
|
@ -425,6 +425,9 @@
|
|||
be temporary (i.e. it will not be stored on disk) and last that
|
||||
long in minutes.
|
||||
</para>
|
||||
<para>
|
||||
All clients matching the D:line will be disconnected from the server immediately.
|
||||
</para>
|
||||
<para>
|
||||
If a reason is specified, it will be sent to the client when they are disconnected, and,
|
||||
if dline_reason is enabled,
|
||||
|
@ -438,7 +441,7 @@
|
|||
D:lines cannot be set remotely on other servers.
|
||||
</para>
|
||||
<para>
|
||||
Only exempt{} blocks exempt from D:lines on initial connection.
|
||||
Only exempt{} blocks exempt from D:lines.
|
||||
Being a server or having kline_exempt in auth{} does
|
||||
<emphasis>not</emphasis> exempt (different from K/G/X:lines).
|
||||
</para>
|
||||
|
|
|
@ -359,7 +359,7 @@ auth {
|
|||
<varlistentry>
|
||||
<term>kline_exempt (^)</term>
|
||||
<listitem>
|
||||
<para>Users in this auth{} block are exempted from DNS blacklists, k:lines, g:lines and x:lines, and will not be disconnected because of d:lines.</para>
|
||||
<para>Users in this auth{} block are exempted from DNS blacklists, k:lines, g:lines and x:lines.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
|
|
Loading…
Reference in New Issue