4
mirror of git://git.acid.vegas/unrealircd.git synced 2024-11-15 04:26:41 +00:00
unrealircd/doc/conf/unrealircd.hub.conf

46 lines
1.1 KiB
Plaintext
Raw Normal View History

2020-03-29 09:16:53 +00:00
include "links.conf";
include "modules.conf";
2022-04-03 17:34:31 +00:00
include "snomasks.conf";
2020-03-29 09:16:53 +00:00
2021-01-16 00:15:07 +00:00
admin { ""; }
2020-03-29 09:16:53 +00:00
me { name "irc.supernets.org"; info "SuperNETs IRC Network"; sid 001; }
2021-01-16 00:15:07 +00:00
class servers { pingfreq 120; maxclients 10; sendq 1M; connfreq 30; }
2020-03-29 09:16:53 +00:00
listen { ip *; port REDACTED; options { serversonly; tls; } } # Links
listen { ip 127.0.0.1; port REDACTED; options { serversonly; } } # Anope
link services.supernets.org {
incoming { mask 127.0.0.1; port REDACTED; }
password "REDACTED";
class servers;
}
2022-01-15 05:16:34 +00:00
log {
source { error; fatal; warn; }
2023-05-09 22:26:24 +00:00
destination { file "ircd.log" { maxsize 1M; } }
2022-01-15 05:16:34 +00:00
}
2020-03-29 09:16:53 +00:00
2023-05-08 01:34:50 +00:00
log {
2023-05-09 22:33:38 +00:00
source { antimixedutf8; antirandom; flood; oper; }
2023-05-08 01:34:50 +00:00
destination { channel "#services"; }
}
2020-03-29 09:16:53 +00:00
ulines { services.supernets.org; }
set {
2021-06-20 14:00:58 +00:00
gline-address "enterthevoid@supernets.org";
kline-address "enterthevoid@supernets.org";
2020-03-29 09:16:53 +00:00
network-name "SuperNETs";
default-server "irc.supernets.org";
services-server "services.supernets.org";
sasl-server "services.supernets.org";
2021-06-20 14:00:58 +00:00
help-channel "#superbowl";
2020-03-29 09:16:53 +00:00
cloak-method ip;
cloak-keys {
"REDACTED";
"REDACTED";
"REDACTED";
}
}