mirror of
git://git.acid.vegas/unrealircd.git
synced 2024-12-26 00:06:38 +00:00
Updated flood logs to channel
This commit is contained in:
parent
33ac0dad3a
commit
d07fd53462
@ -19,11 +19,11 @@ link services.supernets.org {
|
|||||||
|
|
||||||
log {
|
log {
|
||||||
source { error; fatal; warn; }
|
source { error; fatal; warn; }
|
||||||
destination { file "ircd.log" { maxsize 5M; } }
|
destination { file "ircd.log" { maxsize 1M; } }
|
||||||
}
|
}
|
||||||
|
|
||||||
log {
|
log {
|
||||||
source { all; }
|
source { antimixedutf8; antirandom; connthrottle; flood; link; link-security; listen; oper; sacmds; websocket; }
|
||||||
destination { channel "#services"; }
|
destination { channel "#services"; }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -52,7 +52,7 @@ log {
|
|||||||
}
|
}
|
||||||
|
|
||||||
log {
|
log {
|
||||||
source { all; }
|
source { antimixedutf8; antirandom; connthrottle; flood; link; link-security; listen; oper; sacmds; websocket; }
|
||||||
destination { channel "#services"; }
|
destination { channel "#services"; }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user