diff --git a/doc/ircd.conf.example b/doc/ircd.conf.example index bfd91714..f4fef016 100644 --- a/doc/ircd.conf.example +++ b/doc/ircd.conf.example @@ -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. diff --git a/doc/reference.conf b/doc/reference.conf index c174abee..9d07e221 100644 --- a/doc/reference.conf +++ b/doc/reference.conf @@ -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.