]> jfr.im git - irc/rqf/shadowircd.git/blame - doc/example.conf
Add operator::vhost option.
[irc/rqf/shadowircd.git] / doc / example.conf
CommitLineData
212380e3 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 8 *
9 * See reference.conf for more information.
10 */
11
12/* Extensions */
e4322741
G
13#loadmodule "extensions/chm_adminonly.so";
14loadmodule "extensions/chm_operonly.so";
15#loadmodule "extensions/chm_sslonly.so";
95dc1251
VY
16#loadmodule "extensions/chm_operonly_compat.so";
17#loadmodule "extensions/chm_quietunreg_compat.so";
18#loadmodule "extensions/chm_sslonly_compat.so";
212380e3 19#loadmodule "extensions/createauthonly.so";
28ba4f8f
G
20loadmodule "extensions/extb_account.so";
21loadmodule "extensions/extb_canjoin.so";
22loadmodule "extensions/extb_channel.so";
23loadmodule "extensions/extb_extgecos.so";
24loadmodule "extensions/extb_oper.so";
25loadmodule "extensions/extb_realname.so";
212380e3 26#loadmodule "extensions/extb_server.so";
95dc1251 27#loadmodule "extensions/extb_ssl.so";
212380e3 28#loadmodule "extensions/hurt.so";
28ba4f8f 29loadmodule "extensions/ip_cloaking.so";
212380e3 30#loadmodule "extensions/m_findforwards.so";
28ba4f8f 31loadmodule "extensions/m_identify.so";
77f41d51
G
32loadmodule "extensions/m_mkpasswd.so";
33#loadmodule "extensions/m_adminwall.so";
34#loadmodule "extensions/m_opme.so";
35#loadmodule "extensions/m_ojoin.so";
36#loadmodule "extensions/m_omode.so";
37#loadmodule "extensions/m_olist.so";
38#loadmodule "extensions/m_force.so";
212380e3 39#loadmodule "extensions/no_oper_invis.so";
28ba4f8f
G
40loadmodule "extensions/sno_farconnect.so";
41loadmodule "extensions/sno_globalkline.so";
42loadmodule "extensions/sno_globaloper.so";
446d88dd 43#loadmodule "extensions/sno_whois.so";
790bfe43 44
212380e3 45serverinfo {
46 name = "hades.arpa";
212380e3 47 sid = "42X";
f34794d0 48 description = "shadowircd test server";
212380e3 49 network_name = "AthemeNET";
50 network_desc = "Your IRC network.";
51 hub = yes;
52
53 /* On multi-homed hosts you may need the following. These define
54 * the addresses we connect from to other servers. */
55 /* for IPv4 */
56 #vhost = "192.169.0.1";
57 /* for IPv6 */
58 #vhost6 = "3ffe:80e8:546::2";
8db00894 59
9b1b4a97
VY
60 /* ssl_private_key: our ssl private key */
61 ssl_private_key = "etc/test.key";
62
63 /* ssl_cert: certificate for our ssl server */
64 ssl_cert = "etc/test.cert";
65
66 /* ssl_dh_params: DH parameters, generate with openssl dhparam -out dh.pem 1024 */
67 ssl_dh_params = "etc/dh.pem";
68
29e3823d
JT
69 /* ssld_count: number of ssld processes you want to start, if you
70 * have a really busy server, using N-1 where N is the number of
71 * cpu/cpu cores you have might be useful. A number greater than one
72 * can also be useful in case of bugs in ssld and because ssld needs
73 * two file descriptors per SSL connection.
9b1b4a97
VY
74 */
75 ssld_count = 1;
76
77 /* default max clients: the default maximum number of clients
78 * allowed to connect. This can be changed once ircd has started by
79 * issuing:
80 * /quote set maxclients <limit>
c2d96fcb 81 */
3fe90825 82 default_max_clients = 1024;
212380e3 83};
84
85admin {
86 name = "Lazy admin (lazya)";
87 description = "AthemeNET client server";
88 email = "nobody@127.0.0.1";
89};
90
91log {
92 fname_userlog = "logs/userlog";
93 #fname_fuserlog = "logs/fuserlog";
94 fname_operlog = "logs/operlog";
95 #fname_foperlog = "logs/foperlog";
96 fname_serverlog = "logs/serverlog";
212380e3 97 #fname_klinelog = "logs/klinelog";
98 fname_killlog = "logs/killlog";
99 fname_operspylog = "logs/operspylog";
100 #fname_ioerrorlog = "logs/ioerror";
101};
102
103/* class {} blocks MUST be specified before anything that uses them. That
104 * means they must be defined before auth {} and before connect {}.
105 */
106class "users" {
107 ping_time = 2 minutes;
76514a0b
JT
108 number_per_ident = 10;
109 number_per_ip = 10;
110 number_per_ip_global = 50;
c8d85889
JT
111 cidr_ipv4_bitlen = 24;
112 cidr_ipv6_bitlen = 64;
76514a0b 113 number_per_cidr = 200;
212380e3 114 max_number = 3000;
115 sendq = 400 kbytes;
116};
117
118class "opers" {
119 ping_time = 5 minutes;
120 number_per_ip = 10;
121 max_number = 1000;
122 sendq = 1 megabyte;
123};
124
125class "server" {
126 ping_time = 5 minutes;
127 connectfreq = 5 minutes;
128 max_number = 1;
129 sendq = 4 megabytes;
130};
131
132listen {
133 /* If you want to listen on a specific IP only, specify host.
134 * host definitions apply only to the following port line.
135 */
136 #host = "192.169.0.1";
137 port = 5000, 6665 .. 6669;
9b1b4a97 138 sslport = 9999;
212380e3 139
140 /* Listen on IPv6 (if you used host= above). */
141 #host = "3ffe:1234:a:b:c::d";
142 #port = 5000, 6665 .. 6669;
9b1b4a97 143 #sslport = 9999;
212380e3 144};
145
146/* auth {}: allow users to connect to the ircd (OLD I:)
147 * auth {} blocks MUST be specified in order of precedence. The first one
148 * that matches a user will be used. So place spoofs first, then specials,
149 * then general access, then restricted.
150 */
151auth {
b0dc8e03 152 /* user: the user@host allowed to connect. Multiple IPv4/IPv6 user
153 * lines are permitted per auth block. This is matched against the
154 * hostname and IP address (using :: shortening for IPv6 and
155 * prepending a 0 if it starts with a colon) and can also use CIDR
156 * masks.
212380e3 157 */
158 user = "*@172.16.0.0/12";
159 user = "*test@123D:B567:*";
160
161 /* password: an optional password that is required to use this block.
162 * By default this is not encrypted, specify the flag "encrypted" in
163 * flags = ...; below if it is.
164 */
165 password = "letmein";
166
167 /* spoof: fake the users user@host to be be this. You may either
168 * specify a host or a user@host to spoof to. This is free-form,
169 * just do everyone a favour and dont abuse it. (OLD I: = flag)
170 */
171 spoof = "I.still.hate.packets";
172
fa72cee1
JH
173 /* autojoin: Channel (or channels, comma-seperated) to join users
174 * in this auth block to on connect. Note that this won't join
175 * the user through any bans or otherwise restrictive chmodes.
176 */
177 autojoin = "#shadowircd,#test";
178
87f58b4f
JH
179 /* autojoin_opers : Channel (or channels, comma-seperated) to join
180 * opers to on oper-up.
181 */
182 autojoin_opers = "#opers,#help";
183
212380e3 184 /* Possible flags in auth:
185 *
186 * encrypted | password is encrypted with mkpasswd
187 * spoof_notice | give a notice when spoofing hosts
188 * exceed_limit (old > flag) | allow user to exceed class user limits
189 * kline_exempt (old ^ flag) | exempt this user from k/g/xlines&dnsbls
190 * dnsbl_exempt | exempt this user from dnsbls
212380e3 191 * spambot_exempt | exempt this user from spambot checks
192 * shide_exempt | exempt this user from serverhiding
193 * jupe_exempt | exempt this user from generating
194 * warnings joining juped channels
195 * resv_exempt | exempt this user from resvs
196 * flood_exempt | exempt this user from flood limits
197 * USE WITH CAUTION.
198 * no_tilde (old - flag) | don't prefix ~ to username if no ident
199 * need_ident (old + flag) | require ident for user in this class
92ee45c4 200 * need_ssl | require SSL/TLS for user in this class
212380e3 201 * need_sasl | require SASL id for user in this class
202 */
203 flags = kline_exempt, exceed_limit;
204
205 /* class: the class the user is placed in */
206 class = "opers";
207};
208
209auth {
210 user = "*@*";
211 class = "users";
212};
213
ebe56017
JT
214/* privset {} blocks MUST be specified before anything that uses them. That
215 * means they must be defined before operator {}.
216 */
48de3c18
WP
217privset "local_op" {
218 privs = oper:local_kill, oper:operwall;
219};
220
6e915bfe
WP
221privset "server_bot" {
222 extends = "local_op";
29ef4e88 223 privs = oper:kline, oper:remoteban, snomask:nick_changes;
6e915bfe
WP
224};
225
48de3c18
WP
226privset "global_op" {
227 extends = "local_op";
228 privs = oper:global_kill, oper:routing, oper:kline, oper:unkline, oper:xline,
44d450f2 229 oper:resv, oper:mass_notice, oper:remoteban;
48de3c18
WP
230};
231
232privset "admin" {
233 extends = "global_op";
0d499ee5 234 privs = oper:admin, oper:die, oper:rehash, oper:spy;
48de3c18
WP
235};
236
212380e3 237operator "god" {
238 /* name: the name of the oper must go above */
239
240 /* user: the user@host required for this operator. CIDR *is*
241 * supported now. auth{} spoofs work here, other spoofs do not.
242 * multiple user="" lines are supported.
243 */
244 user = "*god@127.0.0.1";
245
246 /* password: the password required to oper. Unless ~encrypted is
247 * contained in flags = ...; this will need to be encrypted using
248 * mkpasswd, MD5 is supported
249 */
250 password = "etcnjl8juSU1E";
251
252 /* rsa key: the public key for this oper when using Challenge.
253 * A password should not be defined when this is used, see
254 * doc/challenge.txt for more information.
255 */
256 #rsa_public_key_file = "/usr/local/ircd/etc/oper.pub";
257
258 /* umodes: the specific umodes this oper gets when they oper.
259 * If this is specified an oper will not be given oper_umodes
260 * These are described above oper_only_umodes in general {};
261 */
262 #umodes = locops, servnotice, operwall, wallop;
263
d8a023ed
WP
264 /* fingerprint: if specified, the oper's client certificate
265 * fingerprint will be checked against the specified fingerprint
266 * below.
267 */
268 #fingerprint = "c77106576abf7f9f90cca0f63874a60f2e40a64b";
269
212380e3 270 /* snomask: specific server notice mask on oper up.
271 * If this is specified an oper will not be given oper_snomask.
272 */
273 snomask = "+Zbfkrsuy";
274
08e35f66
G
275 /* vhost: defines the vhost that this oper will get on oper up.
276 * this must be a valid hostmask. If this is specified the oper
277 * will not be given default_operhost.
278 */
279 vhost = "is.an.oper";
280
ebe56017
JT
281 /* flags: misc options for the operator. You may prefix an option
282 * with ~ to disable it, e.g. ~encrypted.
212380e3 283 *
850b23f3 284 * Default flags are encrypted.
212380e3 285 *
286 * Available options:
287 *
288 * encrypted: the password above is encrypted [DEFAULT]
92ee45c4 289 * need_ssl: must be using SSL/TLS to oper up
212380e3 290 */
ebe56017 291 flags = encrypted;
48de3c18 292
ebe56017 293 /* privset: privileges set to grant */
48de3c18 294 privset = "admin";
212380e3 295};
296
297connect "irc.uplink.com" {
298 host = "192.168.0.1";
299 send_password = "password";
300 accept_password = "anotherpassword";
301 port = 6666;
302 hub_mask = "*";
303 class = "server";
304 flags = compressed, topicburst;
305
b0dc8e03 306 /* If the connection is IPv6, uncomment below.
307 * Use 0::1, not ::1, for IPv6 localhost. */
212380e3 308 #aftype = ipv6;
309};
310
9b1b4a97
VY
311connect "ssl.uplink.com" {
312 host = "192.168.0.1";
313 send_password = "password";
314 accept_password = "anotherpassword";
315 port = 9999;
316 hub_mask = "*";
317 class = "server";
318 flags = ssl, topicburst;
319};
320
212380e3 321service {
322 name = "services.int";
323};
324
325cluster {
326 name = "*";
327 flags = kline, tkline, unkline, xline, txline, unxline, resv, tresv, unresv;
328};
329
330shared {
331 oper = "*@*", "*";
332 flags = all, rehash;
333};
334
b808adf9 335/* exempt {}: IPs that are exempt from Dlines and rejectcache. (OLD d:) */
212380e3 336exempt {
337 ip = "127.0.0.1";
338};
339
340channel {
13ec57db 341 autochanmodes = "nt";
5ad94b50 342 exemptchanops = "NT";
46f0c518
G
343 use_halfop = yes;
344 use_owner = yes;
212380e3 345 use_invex = yes;
346 use_except = yes;
347 use_knock = yes;
348 use_forward = yes;
0eceaff1 349 use_local_channels = yes;
212380e3 350 knock_delay = 5 minutes;
351 knock_delay_channel = 1 minute;
352 max_chans_per_user = 15;
353 max_bans = 100;
354 max_bans_large = 500;
355 default_split_user_count = 0;
356 default_split_server_count = 0;
357 no_create_on_split = no;
358 no_join_on_split = no;
359 burst_topicwho = yes;
360 kick_on_split_riding = no;
dea418e9 361 only_ascii_channels = no;
c3a0fde2 362 cycle_host_change = yes;
45b9f1cb 363 host_in_topic = yes;
100563e8 364 resv_forcepart = yes;
846aa234 365 kick_no_rejoin_time = 30 seconds;
212380e3 366};
367
368serverhide {
369 flatten_links = yes;
370 links_delay = 5 minutes;
371 hidden = no;
372 disable_hidden = no;
373};
374
375/* These are the blacklist settings.
376 * You can have multiple combinations of host and rejection reasons.
6abfcc55 377 * They are used in pairs of one host/rejection reason.
212380e3 378 *
379 * These settings should be adequate for most networks, and are (presently)
380 * required for use on AthemeNet.
381 *
382 * Word to the wise: Do not use blacklists like SPEWS for blocking IRC
383 * connections.
384 *
1e56e993 385 * As of charybdis 2.1.3, you can do some keyword substitution on the rejection
92fb5c31 386 * reason. The available keyword substitutions are:
387 *
388 * ${ip} - the user's IP
389 * ${host} - the user's canonical hostname
390 * ${dnsbl-host} - the dnsbl hostname the lookup was done against
391 * ${nick} - the user's nickname
392 * ${network-name} - the name of the network
393 *
57b8cb0f 394 * Note: AHBL (the providers of the below *.ahbl.org BLs) request that they be
212380e3 395 * contacted, via email, at admins@2mbit.com before using these BLs.
396 * See <http://www.ahbl.org/services.php> for more information.
397 */
57b8cb0f 398blacklist {
399 host = "dnsbl.dronebl.org";
400 reject_reason = "${nick}, your IP (${ip}) is listed in DroneBL. For assistance, see http://dronebl.org/lookup_branded.do?ip=${ip}&network=${network-name}";
401
212380e3 402# host = "ircbl.ahbl.org";
92fb5c31 403# reject_reason = "${nick}, your IP (${ip}) is listed in ${dnsbl-host} for having an open proxy. In order to protect ${network-name} from abuse, we are not allowing connections with open proxies to connect.";
212380e3 404#
405# host = "tor.ahbl.org";
92fb5c31 406# reject_reason = "${nick}, your IP (${ip}) is listed as a TOR exit node. In order to protect ${network-name} from tor-based abuse, we are not allowing TOR exit nodes to connect to our network.";
57b8cb0f 407};
212380e3 408
409alias "NickServ" {
410 target = "NickServ";
411};
412
413alias "ChanServ" {
414 target = "ChanServ";
415};
416
417alias "OperServ" {
418 target = "OperServ";
419};
420
421alias "MemoServ" {
422 target = "MemoServ";
423};
424
4efc8651
G
425alias "HostServ" {
426 target = "HostServ";
427};
428
429alias "BotServ" {
430 target = "BotServ";
431};
432
212380e3 433alias "NS" {
434 target = "NickServ";
435};
436
437alias "CS" {
438 target = "ChanServ";
439};
440
441alias "OS" {
442 target = "OperServ";
443};
444
445alias "MS" {
446 target = "MemoServ";
447};
448
4efc8651
G
449alias "HS" {
450 target = "HostServ";
451};
452
453alias "BS" {
454 target = "BotServ";
455};
456
212380e3 457general {
458 hide_error_messages = opers;
459 hide_spoof_ips = yes;
460
461 /*
60e16d64
G
462 * default umodes: umodes to set upon connection
463 * If you have enabled the ip_cloaking extension, and you wish for
464 * incoming clients to be cloaked upon connection, +x must be in
465 * the umode string below.
212380e3 466 */
60e16d64 467 default_umodes = "+ix";
212380e3 468
469 default_operstring = "is an IRC Operator";
470 default_adminstring = "is a Server Administrator";
220c9db5 471 default_operhost = "staff.testnet.net";
212380e3 472 servicestring = "is a Network Service";
473 disable_fake_channels = no;
474 tkline_expire_notices = no;
475 default_floodcount = 10;
476 failed_oper_notice = yes;
477 dots_in_ident=2;
212380e3 478 min_nonwildcard = 4;
479 min_nonwildcard_simple = 3;
480 max_accept = 100;
481 max_monitor = 100;
482 anti_nick_flood = yes;
483 max_nick_time = 20 seconds;
484 max_nick_changes = 5;
485 anti_spam_exit_message_time = 5 minutes;
486 ts_warn_delta = 30 seconds;
487 ts_max_delta = 5 minutes;
488 client_exit = yes;
489 collision_fnc = yes;
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;
499 stats_e_disabled = no;
500 stats_c_oper_only=no;
501 stats_h_oper_only=no;
502 stats_y_oper_only=no;
503 stats_o_oper_only=yes;
504 stats_P_oper_only=no;
505 stats_i_oper_only=masked;
506 stats_k_oper_only=masked;
507 map_oper_only = no;
508 operspy_admin_only = no;
509 operspy_dont_care_user_info = no;
837a020a 510 secret_channels_in_whois = no;
212380e3 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;
517 disable_auth = no;
518 no_oper_flood = yes;
212380e3 519 max_targets = 4;
520 client_flood = 20;
521 use_whois_actually = no;
522 oper_only_umodes = operwall, locops, servnotice;
523 oper_umodes = locops, servnotice, operwall, wallop;
524 oper_snomask = "+s";
525 burst_away = yes;
526 nick_delay = 0 seconds; # 15 minutes if you want to enable this
527 reject_ban_time = 1 minute;
528 reject_after_count = 3;
529 reject_duration = 5 minutes;
c3a82957
JT
530 throttle_duration = 60;
531 throttle_count = 4;
212380e3 532};
533
534modules {
535 path = "modules";
536 path = "modules/autoload";
537};