diff --git a/doc/conf/unrealircd.hub.conf b/doc/conf/unrealircd.hub.conf index be619e5..7821856 100644 --- a/doc/conf/unrealircd.hub.conf +++ b/doc/conf/unrealircd.hub.conf @@ -19,11 +19,11 @@ link services.supernets.org { log { source { error; fatal; warn; } - destination { file "ircd.log" { maxsize 5M; } } + destination { file "ircd.log" { maxsize 1M; } } } log { - source { all; } + source { antimixedutf8; antirandom; connthrottle; flood; link; link-security; listen; oper; sacmds; websocket; } destination { channel "#services"; } } diff --git a/doc/conf/unrealircd.remote.conf b/doc/conf/unrealircd.remote.conf index 90fc0ef..a828be2 100644 --- a/doc/conf/unrealircd.remote.conf +++ b/doc/conf/unrealircd.remote.conf @@ -52,8 +52,8 @@ log { } log { - source { all; } - destination { channel "#services"; } + source { antimixedutf8; antirandom; connthrottle; flood; link; link-security; listen; oper; sacmds; websocket; } + destination { channel "#services"; } } tld { mask *@*; motd remote.motd; rules remote.motd; options { remote; } }