2023-10-01 04:10:32 +00:00
|
|
|
include "https://USERNAME:PASSWORD@hub.supernets.org:PORT/badwords.conf";
|
|
|
|
include "https://USERNAME:PASSWORD@hub.supernets.org:PORT/except.conf";
|
|
|
|
include "https://USERNAME:PASSWORD@hub.supernets.org:PORT/ircd.conf";
|
|
|
|
include "https://USERNAME:PASSWORD@hub.supernets.org:PORT/modules.conf";
|
|
|
|
include "https://USERNAME:PASSWORD@hub.supernets.org:PORT/opers.conf";
|
|
|
|
include "https://USERNAME:PASSWORD@hub.supernets.org:PORT/snomasks.conf";
|
|
|
|
include "https://USERNAME:PASSWORD@hub.supernets.org:PORT/spamfilter.conf";
|
|
|
|
|
2023-05-27 05:03:48 +00:00
|
|
|
me { name "example.supernets.org"; info "SuperNETS IRC Network"; sid XXX; }
|
2023-10-01 04:10:32 +00:00
|
|
|
|
2023-05-27 05:03:48 +00:00
|
|
|
listen {
|
|
|
|
ip *;
|
|
|
|
port 6697;
|
|
|
|
options { clientsonly; tls; }
|
|
|
|
tls-options {
|
2023-06-21 05:52:50 +00:00
|
|
|
certificate "tls/irc.crt";
|
|
|
|
key "tls/irc.key";
|
2023-05-27 05:03:48 +00:00
|
|
|
}
|
2023-06-12 22:55:37 +00:00
|
|
|
}
|
|
|
|
listen {
|
|
|
|
ip *;
|
|
|
|
port 9000;
|
|
|
|
options { clientsonly; tls; }
|
|
|
|
tls-options {
|
2023-06-21 05:52:50 +00:00
|
|
|
certificate "tls/irc.crt";
|
|
|
|
key "tls/irc.key";
|
2023-06-12 22:55:37 +00:00
|
|
|
}
|
2023-10-01 04:10:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
listen {
|
|
|
|
file "/etc/tor/unrealircd/tor_ircd.socket";
|
|
|
|
mode 0777;
|
|
|
|
spoof-ip 127.0.0.2;
|
|
|
|
}
|
|
|
|
listen {
|
|
|
|
file "/etc/tor/unrealircd/tor_tls_ircd.socket";
|
|
|
|
mode 0777;
|
|
|
|
spoof-ip 127.0.0.2;
|
|
|
|
options { tls; }
|
|
|
|
}
|