]> jfr.im git - solanum.git/blame - doc/ircd.conf.example
Merge pull request #82 from grawity/sasl-send-conn-info
[solanum.git] / doc / ircd.conf.example
CommitLineData
212380e3
AC
1/* doc/example.conf - brief example configuration file
2 *
3 * Copyright (C) 2000-2002 Hybrid Development Team
4 * Copyright (C) 2002-2005 ircd-ratbox development team
5 * Copyright (C) 2005-2006 charybdis development team
6 *
407b1826 7 * $Id: example.conf 3582 2007-11-17 21:55:48Z jilles $
212380e3
AC
8 *
9 * See reference.conf for more information.
10 */
11
12/* Extensions */
dbbe26fa
VY
13#loadmodule "extensions/chm_operonly_compat.so";
14#loadmodule "extensions/chm_quietunreg_compat.so";
15#loadmodule "extensions/chm_sslonly_compat.so";
212380e3
AC
16#loadmodule "extensions/createauthonly.so";
17#loadmodule "extensions/extb_account.so";
18#loadmodule "extensions/extb_canjoin.so";
19#loadmodule "extensions/extb_channel.so";
20#loadmodule "extensions/extb_extgecos.so";
21#loadmodule "extensions/extb_oper.so";
22#loadmodule "extensions/extb_realname.so";
23#loadmodule "extensions/extb_server.so";
dbbe26fa 24#loadmodule "extensions/extb_ssl.so";
212380e3 25#loadmodule "extensions/hurt.so";
212380e3
AC
26#loadmodule "extensions/m_findforwards.so";
27#loadmodule "extensions/m_identify.so";
28#loadmodule "extensions/no_oper_invis.so";
29#loadmodule "extensions/sno_farconnect.so";
30#loadmodule "extensions/sno_globalkline.so";
31#loadmodule "extensions/sno_globaloper.so";
446d88dd 32#loadmodule "extensions/sno_whois.so";
429cf1b7 33#loadmodule "extensions/override.so";
0ef5377a 34#loadmodule "extensions/no_kill_services.so";
212380e3 35
a8560aff
AC
36/*
37 * IP cloaking extensions: use ip_cloaking_4.0
38 * if you're linking 3.2 and later, otherwise use
39 * ip_cloaking.so, for compatibility with older 3.x
40 * releases.
41 */
42
43#loadmodule "extensions/ip_cloaking_4.0.so";
44#loadmodule "extensions/ip_cloaking.so";
45
212380e3
AC
46serverinfo {
47 name = "hades.arpa";
212380e3
AC
48 sid = "42X";
49 description = "charybdis test server";
765d839d 50 network_name = "StaticBox";
212380e3
AC
51 network_desc = "Your IRC network.";
52 hub = yes;
53
54 /* On multi-homed hosts you may need the following. These define
55 * the addresses we connect from to other servers. */
56 /* for IPv4 */
cba8bbc3 57 #vhost = "192.0.2.6";
212380e3 58 /* for IPv6 */
cba8bbc3 59 #vhost6 = "2001:db8:2::6";
c6d72037 60
b8730cbf 61 /* ssl_private_key: our ssl private key */
f1e5a317 62 ssl_private_key = "etc/ssl.key";
b8730cbf
VY
63
64 /* ssl_cert: certificate for our ssl server */
b3c4dfd7 65 ssl_cert = "etc/ssl.pem";
b8730cbf
VY
66
67 /* ssl_dh_params: DH parameters, generate with openssl dhparam -out dh.pem 1024 */
68 ssl_dh_params = "etc/dh.pem";
69
fa1a7bef
JT
70 /* ssld_count: number of ssld processes you want to start, if you
71 * have a really busy server, using N-1 where N is the number of
72 * cpu/cpu cores you have might be useful. A number greater than one
73 * can also be useful in case of bugs in ssld and because ssld needs
74 * two file descriptors per SSL connection.
b8730cbf
VY
75 */
76 ssld_count = 1;
77
78 /* default max clients: the default maximum number of clients
79 * allowed to connect. This can be changed once ircd has started by
80 * issuing:
81 * /quote set maxclients <limit>
c2d96fcb 82 */
101db4c4 83 default_max_clients = 1024;
b583faf9 84
b225bf93
JT
85 /* nicklen: enforced nickname length (for this server only; must not
86 * be longer than the maximum length set while building).
87 */
b583faf9 88 nicklen = 30;
212380e3
AC
89};
90
91admin {
92 name = "Lazy admin (lazya)";
765d839d 93 description = "StaticBox client server";
212380e3
AC
94 email = "nobody@127.0.0.1";
95};
96
97log {
98 fname_userlog = "logs/userlog";
99 #fname_fuserlog = "logs/fuserlog";
100 fname_operlog = "logs/operlog";
101 #fname_foperlog = "logs/foperlog";
102 fname_serverlog = "logs/serverlog";
212380e3
AC
103 #fname_klinelog = "logs/klinelog";
104 fname_killlog = "logs/killlog";
105 fname_operspylog = "logs/operspylog";
106 #fname_ioerrorlog = "logs/ioerror";
107};
108
109/* class {} blocks MUST be specified before anything that uses them. That
110 * means they must be defined before auth {} and before connect {}.
111 */
112class "users" {
113 ping_time = 2 minutes;
dffb83aa
JT
114 number_per_ident = 10;
115 number_per_ip = 10;
116 number_per_ip_global = 50;
e33e589c
JT
117 cidr_ipv4_bitlen = 24;
118 cidr_ipv6_bitlen = 64;
dffb83aa 119 number_per_cidr = 200;
212380e3
AC
120 max_number = 3000;
121 sendq = 400 kbytes;
122};
123
124class "opers" {
125 ping_time = 5 minutes;
126 number_per_ip = 10;
127 max_number = 1000;
128 sendq = 1 megabyte;
129};
130
131class "server" {
132 ping_time = 5 minutes;
133 connectfreq = 5 minutes;
134 max_number = 1;
135 sendq = 4 megabytes;
136};
137
138listen {
02270e96
AC
139 /* defer_accept: wait for clients to send IRC handshake data before
140 * accepting them. if you intend to use software which depends on the
141 * server replying first, such as BOPM, you should disable this feature.
142 * otherwise, you probably want to leave it on.
143 */
144 defer_accept = yes;
145
212380e3
AC
146 /* If you want to listen on a specific IP only, specify host.
147 * host definitions apply only to the following port line.
148 */
cba8bbc3 149 #host = "192.0.2.6";
212380e3 150 port = 5000, 6665 .. 6669;
f42c7be6 151 sslport = 6697;
212380e3
AC
152
153 /* Listen on IPv6 (if you used host= above). */
cba8bbc3 154 #host = "2001:db8:2::6";
da1b891f
KB
155 #port = 5000, 6665 .. 6669;
156 #sslport = 9999;
212380e3
AC
157};
158
159/* auth {}: allow users to connect to the ircd (OLD I:)
160 * auth {} blocks MUST be specified in order of precedence. The first one
161 * that matches a user will be used. So place spoofs first, then specials,
162 * then general access, then restricted.
163 */
164auth {
b0dc8e03
JT
165 /* user: the user@host allowed to connect. Multiple IPv4/IPv6 user
166 * lines are permitted per auth block. This is matched against the
167 * hostname and IP address (using :: shortening for IPv6 and
168 * prepending a 0 if it starts with a colon) and can also use CIDR
169 * masks.
212380e3 170 */
cba8bbc3
JT
171 user = "*@198.51.100.0/24";
172 user = "*test@2001:db8:1:*";
212380e3
AC
173
174 /* password: an optional password that is required to use this block.
175 * By default this is not encrypted, specify the flag "encrypted" in
176 * flags = ...; below if it is.
177 */
178 password = "letmein";
179
180 /* spoof: fake the users user@host to be be this. You may either
181 * specify a host or a user@host to spoof to. This is free-form,
182 * just do everyone a favour and dont abuse it. (OLD I: = flag)
183 */
da1b891f 184 spoof = "I.still.hate.packets";
212380e3
AC
185
186 /* Possible flags in auth:
187 *
188 * encrypted | password is encrypted with mkpasswd
189 * spoof_notice | give a notice when spoofing hosts
190 * exceed_limit (old > flag) | allow user to exceed class user limits
191 * kline_exempt (old ^ flag) | exempt this user from k/g/xlines&dnsbls
192 * dnsbl_exempt | exempt this user from dnsbls
212380e3
AC
193 * spambot_exempt | exempt this user from spambot checks
194 * shide_exempt | exempt this user from serverhiding
195 * jupe_exempt | exempt this user from generating
196 * warnings joining juped channels
197 * resv_exempt | exempt this user from resvs
da1b891f
KB
198 * flood_exempt | exempt this user from flood limits
199 * USE WITH CAUTION.
212380e3
AC
200 * no_tilde (old - flag) | don't prefix ~ to username if no ident
201 * need_ident (old + flag) | require ident for user in this class
3e664be3 202 * need_ssl | require SSL/TLS for user in this class
212380e3
AC
203 * need_sasl | require SASL id for user in this class
204 */
205 flags = kline_exempt, exceed_limit;
206
207 /* class: the class the user is placed in */
208 class = "opers";
209};
210
211auth {
212 user = "*@*";
213 class = "users";
214};
215
da77b103
JT
216/* privset {} blocks MUST be specified before anything that uses them. That
217 * means they must be defined before operator {}.
218 */
be525828
AC
219privset "local_op" {
220 privs = oper:local_kill, oper:operwall;
221};
222
b5010970
AC
223privset "server_bot" {
224 extends = "local_op";
d9e7ca49 225 privs = oper:kline, oper:remoteban, snomask:nick_changes;
b5010970
AC
226};
227
be525828
AC
228privset "global_op" {
229 extends = "local_op";
230 privs = oper:global_kill, oper:routing, oper:kline, oper:unkline, oper:xline,
477dc2e9 231 oper:resv, oper:mass_notice, oper:remoteban;
be525828
AC
232};
233
234privset "admin" {
235 extends = "global_op";
3fe1c728 236 privs = oper:admin, oper:die, oper:rehash, oper:spy;
be525828
AC
237};
238
212380e3
AC
239operator "god" {
240 /* name: the name of the oper must go above */
241
242 /* user: the user@host required for this operator. CIDR *is*
243 * supported now. auth{} spoofs work here, other spoofs do not.
244 * multiple user="" lines are supported.
245 */
246 user = "*god@127.0.0.1";
247
248 /* password: the password required to oper. Unless ~encrypted is
249 * contained in flags = ...; this will need to be encrypted using
250 * mkpasswd, MD5 is supported
251 */
252 password = "etcnjl8juSU1E";
253
254 /* rsa key: the public key for this oper when using Challenge.
255 * A password should not be defined when this is used, see
256 * doc/challenge.txt for more information.
257 */
258 #rsa_public_key_file = "/usr/local/ircd/etc/oper.pub";
259
260 /* umodes: the specific umodes this oper gets when they oper.
261 * If this is specified an oper will not be given oper_umodes
262 * These are described above oper_only_umodes in general {};
263 */
264 #umodes = locops, servnotice, operwall, wallop;
265
ff31db84
AC
266 /* fingerprint: if specified, the oper's client certificate
267 * fingerprint will be checked against the specified fingerprint
268 * below.
269 */
270 #fingerprint = "c77106576abf7f9f90cca0f63874a60f2e40a64b";
271
212380e3
AC
272 /* snomask: specific server notice mask on oper up.
273 * If this is specified an oper will not be given oper_snomask.
274 */
275 snomask = "+Zbfkrsuy";
276
da77b103
JT
277 /* flags: misc options for the operator. You may prefix an option
278 * with ~ to disable it, e.g. ~encrypted.
212380e3 279 *
10847f65 280 * Default flags are encrypted.
212380e3
AC
281 *
282 * Available options:
283 *
284 * encrypted: the password above is encrypted [DEFAULT]
3e664be3 285 * need_ssl: must be using SSL/TLS to oper up
da1b891f 286 */
da77b103 287 flags = encrypted;
be525828 288
da77b103 289 /* privset: privileges set to grant */
be525828 290 privset = "admin";
212380e3
AC
291};
292
293connect "irc.uplink.com" {
cba8bbc3 294 host = "203.0.113.3";
212380e3
AC
295 send_password = "password";
296 accept_password = "anotherpassword";
297 port = 6666;
298 hub_mask = "*";
299 class = "server";
300 flags = compressed, topicburst;
301
ff0cc1e6
AC
302 #fingerprint = "c77106576abf7f9f90cca0f63874a60f2e40a64b";
303
b0dc8e03
JT
304 /* If the connection is IPv6, uncomment below.
305 * Use 0::1, not ::1, for IPv6 localhost. */
212380e3
AC
306 #aftype = ipv6;
307};
308
b8730cbf 309connect "ssl.uplink.com" {
cba8bbc3 310 host = "203.0.113.129";
b8730cbf
VY
311 send_password = "password";
312 accept_password = "anotherpassword";
313 port = 9999;
314 hub_mask = "*";
315 class = "server";
316 flags = ssl, topicburst;
317};
318
212380e3
AC
319service {
320 name = "services.int";
321};
322
323cluster {
324 name = "*";
325 flags = kline, tkline, unkline, xline, txline, unxline, resv, tresv, unresv;
326};
327
328shared {
329 oper = "*@*", "*";
330 flags = all, rehash;
331};
332
b808adf9 333/* exempt {}: IPs that are exempt from Dlines and rejectcache. (OLD d:) */
212380e3
AC
334exempt {
335 ip = "127.0.0.1";
336};
337
338channel {
339 use_invex = yes;
340 use_except = yes;
2da6f6eb 341 use_forward = yes;
212380e3 342 use_knock = yes;
212380e3
AC
343 knock_delay = 5 minutes;
344 knock_delay_channel = 1 minute;
345 max_chans_per_user = 15;
da1b891f
KB
346 max_bans = 100;
347 max_bans_large = 500;
212380e3
AC
348 default_split_user_count = 0;
349 default_split_server_count = 0;
350 no_create_on_split = no;
351 no_join_on_split = no;
352 burst_topicwho = yes;
353 kick_on_split_riding = no;
6865c0b0 354 only_ascii_channels = no;
c2c25552 355 resv_forcepart = yes;
717238d2 356 channel_target_change = yes;
341f971e 357 disable_local_channels = no;
212380e3
AC
358};
359
360serverhide {
361 flatten_links = yes;
362 links_delay = 5 minutes;
da1b891f 363 hidden = no;
212380e3
AC
364 disable_hidden = no;
365};
366
367/* These are the blacklist settings.
368 * You can have multiple combinations of host and rejection reasons.
b2324470 369 * They are used in pairs of one host/rejection reason.
212380e3
AC
370 *
371 * These settings should be adequate for most networks, and are (presently)
765d839d 372 * required for use on StaticBox.
212380e3
AC
373 *
374 * Word to the wise: Do not use blacklists like SPEWS for blocking IRC
375 * connections.
376 *
0a1e77c2 377 * As of charybdis 2.2, you can do some keyword substitution on the rejection
92fb5c31
AC
378 * reason. The available keyword substitutions are:
379 *
380 * ${ip} - the user's IP
381 * ${host} - the user's canonical hostname
382 * ${dnsbl-host} - the dnsbl hostname the lookup was done against
383 * ${nick} - the user's nickname
384 * ${network-name} - the name of the network
385 *
0a1e77c2
EM
386 * As of charybdis 3.4, a type parameter is supported, which specifies the
387 * address families the blacklist supports. IPv4 and IPv6 are supported.
388 * IPv4 is currently the default as few blacklists support IPv6 operation
389 * as of this writing.
390 *
3c93d380
EM
391 * As of charybdis 3.5, a matches parameter is allowed; if omitted, any result
392 * is considered a match. If included, a comma-separated list of *quoted*
393 * strings is allowed to match queries. They may be of the format "0" to "255"
394 * to match the final octet (e.g. 127.0.0.1) or "127.x.y.z" to explicitly match
395 * an A record. The blacklist is only applied if it matches anything in the
f0bce9d9
EM
396 * list. You may freely mix full IP's and final octets.
397 *
398 * Consult your blacklist provider for the meaning of these parameters; they
399 * are usually used to denote different ban types.
212380e3 400 */
57b8cb0f 401blacklist {
40e92fca 402 host = "rbl.efnetrbl.org";
0a1e77c2 403 type = ipv4;
40e92fca 404 reject_reason = "${nick}, your IP (${ip}) is listed in EFnet's RBL. For assistance, see http://efnetrbl.org/?i=${ip}";
57b8cb0f 405
3c93d380 406 /* Example of a blacklist that supports both IPv4 and IPv6 and using matches */
0a1e77c2
EM
407# host = "foobl.blacklist.invalid";
408# type = ipv4, ipv6;
3c93d380 409# matches = "4", "6", "127.0.0.10";
0a1e77c2 410# reject_reason = "${nick}, your IP (${ip}) is listed in ${dnsbl-host} for some reason. In order to protect ${network-name} from abuse, we are not allowing connections listed in ${dnsbl-host} to connect";
57b8cb0f 411};
212380e3
AC
412
413alias "NickServ" {
414 target = "NickServ";
415};
416
417alias "ChanServ" {
418 target = "ChanServ";
419};
420
421alias "OperServ" {
422 target = "OperServ";
423};
424
425alias "MemoServ" {
426 target = "MemoServ";
427};
428
429alias "NS" {
430 target = "NickServ";
431};
432
433alias "CS" {
434 target = "ChanServ";
435};
436
437alias "OS" {
438 target = "OperServ";
439};
440
441alias "MS" {
442 target = "MemoServ";
443};
444
445general {
446 hide_error_messages = opers;
447 hide_spoof_ips = yes;
448
449 /*
450 * default_umodes: umodes to enable on connect.
a8560aff
AC
451 * If you have enabled the new ip_cloaking_4.0 module, and you want
452 * to make use of it, add +x to this option, i.e.:
453 * default_umodes = "+ix";
454 *
455 * If you have enabled the old ip_cloaking module, and you want
212380e3
AC
456 * to make use of it, add +h to this option, i.e.:
457 * default_umodes = "+ih";
458 */
459 default_umodes = "+i";
460
461 default_operstring = "is an IRC Operator";
462 default_adminstring = "is a Server Administrator";
463 servicestring = "is a Network Service";
7d33cce8
MT
464
465 /*
466 * Nick of the network's SASL agent. Used to check whether services are here,
467 * SASL credentials are only sent to its server. Needs to be a service.
468 *
469 * Defaults to SaslServ if unspecified.
470 */
471 sasl_service = "SaslServ";
212380e3 472 disable_fake_channels = no;
da1b891f
KB
473 tkline_expire_notices = no;
474 default_floodcount = 10;
212380e3
AC
475 failed_oper_notice = yes;
476 dots_in_ident=2;
212380e3
AC
477 min_nonwildcard = 4;
478 min_nonwildcard_simple = 3;
da1b891f 479 max_accept = 100;
212380e3
AC
480 max_monitor = 100;
481 anti_nick_flood = yes;
482 max_nick_time = 20 seconds;
483 max_nick_changes = 5;
da1b891f 484 anti_spam_exit_message_time = 5 minutes;
212380e3
AC
485 ts_warn_delta = 30 seconds;
486 ts_max_delta = 5 minutes;
487 client_exit = yes;
488 collision_fnc = yes;
330692a1 489 resv_fnc = yes;
212380e3
AC
490 global_snotices = yes;
491 dline_with_reason = yes;
492 kline_delay = 0 seconds;
493 kline_with_reason = yes;
494 kline_reason = "K-Lined";
495 identify_service = "NickServ@services.int";
496 identify_command = "IDENTIFY";
497 non_redundant_klines = yes;
498 warn_no_nline = yes;
1702b694 499 use_propagated_bans = yes;
212380e3
AC
500 stats_e_disabled = no;
501 stats_c_oper_only=no;
502 stats_h_oper_only=no;
503 stats_y_oper_only=no;
504 stats_o_oper_only=yes;
505 stats_P_oper_only=no;
506 stats_i_oper_only=masked;
507 stats_k_oper_only=masked;
da1b891f 508 map_oper_only = no;
212380e3
AC
509 operspy_admin_only = no;
510 operspy_dont_care_user_info = no;
511 caller_id_wait = 1 minute;
512 pace_wait_simple = 1 second;
513 pace_wait = 10 seconds;
514 short_motd = no;
515 ping_cookie = no;
516 connect_timeout = 30 seconds;
944b0584 517 default_ident_timeout = 5;
212380e3
AC
518 disable_auth = no;
519 no_oper_flood = yes;
212380e3 520 max_targets = 4;
e6e54763 521 client_flood_max_lines = 20;
da1b891f 522 use_whois_actually = no;
212380e3
AC
523 oper_only_umodes = operwall, locops, servnotice;
524 oper_umodes = locops, servnotice, operwall, wallop;
525 oper_snomask = "+s";
da1b891f 526 burst_away = yes;
212380e3
AC
527 nick_delay = 0 seconds; # 15 minutes if you want to enable this
528 reject_ban_time = 1 minute;
529 reject_after_count = 3;
530 reject_duration = 5 minutes;
cc49daee
JT
531 throttle_duration = 60;
532 throttle_count = 4;
e88a1f1b 533 max_ratelimit_tokens = 30;
d42e6915 534 away_interval = 30;
212380e3
AC
535};
536
537modules {
538 path = "modules";
539 path = "modules/autoload";
540};