2020-03-29 09:16:53 +00:00
|
|
|
include "https://USERNAME:PASSWORD@HOSTNAME:PORT/badwords.conf";
|
|
|
|
include "https://USERNAME:PASSWORD@HOSTNAME:PORT/except.conf";
|
|
|
|
include "https://USERNAME:PASSWORD@HOSTNAME:PORT/ircd.conf";
|
|
|
|
include "https://USERNAME:PASSWORD@HOSTNAME:PORT/modules.conf";
|
|
|
|
include "https://USERNAME:PASSWORD@HOSTNAME:PORT/opers.conf";
|
2022-04-03 15:09:29 +00:00
|
|
|
include "https://USERNAME:PASSWORD@HOSTNAME:PORT/snomasks.conf";
|
2020-03-29 09:16:53 +00:00
|
|
|
include "https://USERNAME:PASSWORD@HOSTNAME:PORT/spamfilter.conf";
|
2023-05-27 05:03:48 +00:00
|
|
|
me { name "example.supernets.org"; info "SuperNETS IRC Network"; sid XXX; }
|
|
|
|
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-05-27 05:03:48 +00:00
|
|
|
}
|