conf: in OPM, it's listen_port, not port. [ci skip]
This commit is contained in:
parent
18f3b3c928
commit
4dbed1ed61
2 changed files with 6 additions and 6 deletions
|
@ -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.
|
||||
|
|
|
@ -938,10 +938,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.
|
||||
|
|
Loading…
Reference in a new issue