]> jfr.im git - irc/charybdis-ircd/charybdis.git/commitdiff
Correct OPM port configuration variables
authorAaron Jones <redacted>
Sun, 16 Jun 2019 08:02:51 +0000 (08:02 +0000)
committerSimon Arlott <sa.me.uk>
Sun, 7 Jul 2019 18:35:58 +0000 (19:35 +0100)
[ci skip]

doc/ircd.conf.example
doc/reference.conf

index bfd91714dc76cdc1c55b1064208590fb2445ff41..f4fef016842f6f5d0110081f9edf5d9dbcce24f6 100644 (file)
@@ -452,7 +452,7 @@ blacklist {
        /* IPv4 port to listen on.
         * This should not be the same as any existing listeners.
         */
-       #port_ipv4 = 32000;
+       #port_v4 = 32000;
 
        /* IPv6 address to listen on. This must be a publicly facing IP address
         * to be effective.
@@ -463,7 +463,7 @@ blacklist {
        /* IPv6 port to listen on.
         * This should not be the same as any existing listeners.
         */
-       #port_ipv6 = 32000;
+       #port_v6 = 32000;
 
        /* You can also set the listen_port directive which will set both the
         * IPv4 and IPv6 ports at once.
index c174abeec8f507375113fd39b89e147f01874cb6..9d07e221c9b7976d55fc13769e6cb5d1843d6e76 100644 (file)
@@ -931,7 +931,7 @@ blacklist {
        /* IPv4 port to listen on.
         * This should not be the same as any existing listeners.
         */
-       #port_ipv4 = 32000;
+       #port_v4 = 32000;
 
        /* IPv6 address to listen on. This must be a publicly facing IP address
         * to be effective.
@@ -942,7 +942,7 @@ blacklist {
        /* IPv6 port to listen on.
         * This should not be the same as any existing listeners.
         */
-       #port_ipv6 = 32000;
+       #port_v6 = 32000;
 
        /* You can also set the listen_port directive which will set both the
         * IPv4 and IPv6 ports at once.