]> jfr.im git - solanum.git/blobdiff - doc/ircd.conf.example
conf: in OPM, it's listen_port, not port. [ci skip]
[solanum.git] / doc / ircd.conf.example
index f54ff128be34807acef6a19fa4f6beee982a4d42..c69fdbbfd524c32d9b8d21bdf1f1f8b888ceff16 100644 (file)
@@ -462,10 +462,10 @@ opm {
         */
        #port_ipv6 = 32000;
 
-       /* You can also set a port directive which will set both the IPv4 and
-        * IPv6 ports at once.
+       /* You can also set the listen_port directive which will set both the
+        * IPv4 and IPv6 ports at once.
         */
-       port = 32000;
+       listen_port = 32000;
 
        /* This sets the timeout in seconds before ending open proxy scans.
         * Values less than 1 or greater than 60 are ignored.