Correct OPM port configuration variables
[ci skip]
This commit is contained in:
parent
11b122dfd3
commit
e2a0687835
2 changed files with 4 additions and 4 deletions
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue