X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/7c3a2f708162dce297826dd689b9ac3f7fd28414..341504a70230b034cb36b0d24c5824be29e6b496:/doc/sgml/oper-guide/config.sgml?ds=sidebyside diff --git a/doc/sgml/oper-guide/config.sgml b/doc/sgml/oper-guide/config.sgml index ab92862..fc44fb7 100644 --- a/doc/sgml/oper-guide/config.sgml +++ b/doc/sgml/oper-guide/config.sgml @@ -25,8 +25,8 @@ Specific blocks and directives - Not all configuration blocks and directives are listed here, only the most common ones. More blocks and directives will - be documented in later revisions of this manual. + Not all configuration blocks and directives are listed here, only the most common ones. More blocks and directives will + be documented in later revisions of this manual. loadmodule directive @@ -359,13 +359,7 @@ auth { kline_exempt (^) - Users in this auth{} block are exempted from DNS blacklists, k:lines, g:lines and x:lines, and will not be disconnected because of d:lines. - - - - gline_exempt (_) - - Users in this auth{} block are exempted from g:lines. + Users in this auth{} block are exempted from DNS blacklists, k:lines and x:lines. @@ -555,8 +549,6 @@ connect "name" { The hostname or IP to connect to. - Charybdis uses solely DNS for all hostname/address lookups - (no /etc/hosts or anything else). Furthermore, if a hostname is used, it must have an A or AAAA record (no CNAME) and it must be the primary hostname for inbound connections to work. @@ -659,6 +651,7 @@ connect "name" { topicburst Topics should be bursted to this server. + This is enabled by default. @@ -1023,7 +1016,7 @@ shared { all - All of the above; this does not include locops or rehash + All of the above; this does not include locops, rehash, dline, tdline or undline. @@ -1041,6 +1034,24 @@ shared { REHASH commands; all options can be used + + dline (D) + + Permanent and temporary D:lines + + + + tdline (d) + + Temporary D:lines + + + + undline (E) + + D:line removals + + none @@ -1081,6 +1092,28 @@ service { + + Hostname resolution (DNS) + + Charybdis uses solely DNS for all hostname/address lookups + (no /etc/hosts or anything else). + The DNS servers are taken from /etc/resolv.conf. + If this file does not exist or no valid IP addresses are listed in it, + the local host (127.0.0.1) is used. (Note that the latter part + did not work in older versions of Charybdis.) + + + IPv4 as well as IPv6 DNS servers are supported, but it is not + possible to use both IPv4 and IPv6 in + /etc/resolv.conf. + + + For both security and performance reasons, it is recommended + that a caching nameserver such as BIND be run on the same machine + as Charybdis and that /etc/resolv.conf only + list 127.0.0.1. + +