]> jfr.im git - solanum.git/blobdiff - doc/sgml/oper-guide/config.sgml
Document the resv oper privilege.
[solanum.git] / doc / sgml / oper-guide / config.sgml
index 0163a43517fe0761de9a3ba4e3175dd58f09161a..788b294414143a335f1e97d37f89f063a6b0f027 100644 (file)
@@ -69,8 +69,7 @@ serverinfo {
            <term>sid</term>
            <listitem>
              <para>
-                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.
              </para>
@@ -293,7 +292,13 @@ auth {
          <varlistentry>
             <term>user</term>
             <listitem>
-              <para>A hostmask (user@host) that the auth{} block is matched against. You can have multiple user entries.</para>
+              <para>
+                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.
+              </para>
             </listitem>
           </varlistentry>
          <varlistentry>
@@ -515,8 +520,8 @@ operator "<replaceable>name</replaceable>" {
            <listitem>
               <para>
                A listing of privileges granted to operators using this block.
-               By default, the operwall and remoteban privileges are granted;
-               use ~operwall and ~remoteban to disable them if necessary.
+               By default, the operwall, remoteban and resv privileges are granted;
+               use ~operwall, ~remoteban and ~resv to disable them if necessary.
              </para>
              <para>
                In addition, a flag designating if the password is encrypted is here.
@@ -555,6 +560,10 @@ connect "<replaceable>name</replaceable>" {
                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.
+             </para><para>
+               IPv6 addresses must be in :: shortened form; addresses which
+               then start with a colon must be prepended with a zero,
+               for example 0::1.
              </para></note>
            </listitem>
          </varlistentry>