4
mirror of git://git.acid.vegas/unrealircd.git synced 2024-09-30 06:10:34 +00:00
unrealircd/doc/conf/unrealircd.hub.conf

40 lines
954 B
Plaintext
Raw Normal View History

2020-03-29 09:16:53 +00:00
include "links.conf";
include "modules.conf";
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; }
destination { file "ircd.log" { maxsize 10M; } }
}
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";
}
}