X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/1ef5b4305333fd43b79cea2d294b5a51058cbf2b..3fe908250a691b033542815437696b2c29d9f1c0:/doc/example.conf diff --git a/doc/example.conf b/doc/example.conf index 5282b17..3346ce7 100755 --- a/doc/example.conf +++ b/doc/example.conf @@ -43,12 +43,12 @@ serverinfo { /* for IPv6 */ #vhost6 = "3ffe:80e8:546::2"; - /* max_clients: This should be set to the maximum amount of clients - * that the server should support. Note that you should leave some - * file descriptors free for log files, server connections, ident - * lookups (if enabled), exceed_limit clients, etc. + /* default max clients: the default maximum number of clients + * allowed to connect. This can be changed once ircd has started by + * issuing: + * /quote set maxclients */ - max_clients = 1024; + default_max_clients = 1024; }; admin { @@ -232,6 +232,7 @@ operator "god" { * channels etc. see /quote help operspy * hidden_oper: hides the oper from /stats p (OLD UMODE +p) * remoteban: allows remote kline etc [DEFAULT] + * mass_notice: allows sending wallops and mass notices [DEFAULT] */ flags = global_kill, remote, kline, unkline, gline, die, rehash, admin, xline, operwall; @@ -381,7 +382,6 @@ general { default_floodcount = 10; failed_oper_notice = yes; dots_in_ident=2; - dot_in_ip6_addr = no; min_nonwildcard = 4; min_nonwildcard_simple = 3; max_accept = 100; @@ -425,7 +425,6 @@ general { glines = no; gline_time = 1 day; gline_min_cidr = 16; - idletime = 0; max_targets = 4; client_flood = 20; use_whois_actually = no;