X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/b808adf9d300a2bee5aa39f390ab759f9cae26da..c13a2d9ad3893a66b8f782546fdf5b2a9743fd87:/doc/sgml/oper-guide/config.sgml diff --git a/doc/sgml/oper-guide/config.sgml b/doc/sgml/oper-guide/config.sgml index 1dba228..2cd1c20 100644 --- a/doc/sgml/oper-guide/config.sgml +++ b/doc/sgml/oper-guide/config.sgml @@ -42,7 +42,6 @@ loadmodule "text"; serverinfo { name = "text"; - use_ts6 = boolean; sid = "text"; description = "text"; network_name = "text"; @@ -66,21 +65,11 @@ serverinfo { - - use_ts6 - - - A boolean which defines whether or not you want to use the new TS6 protocol, which provides - many improvements over the old protocol, TS5, which is used in Hyperion. - - - sid - A unique ID which describes the server. This is required regardless of whether you are using - TS6 or not. + A unique ID which describes the server. This consists of one digit and two characters which can be digits or letters. @@ -303,7 +292,13 @@ auth { user - A hostmask (user@host) that the auth{} block is matched against. You can have multiple user entries. + + A hostmask (user@host) that the auth {} block applies to. + It is matched against the hostname and IP address (using :: + shortening for IPv6 and prepending a 0 if it starts with + a colon) and can also use CIDR masks. + You can have multiple user entries. + @@ -565,6 +560,10 @@ connect "name" { 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. + + IPv6 addresses must be in :: shortened form; addresses which + then start with a colon must be prepended with a zero, + for example 0::1.