Correct OPM port configuration variables

[ci skip]
This commit is contained in:
Aaron Jones 2019-06-16 08:02:51 +00:00 committed by Simon Arlott
parent 11b122dfd3
commit e2a0687835
No known key found for this signature in database
GPG key ID: 49BFFEEFD4C3ED53
2 changed files with 4 additions and 4 deletions

View 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.

View 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.