mirror of
https://github.com/matrix-construct/construct
synced 2024-11-16 23:10:54 +01:00
Make directions more clear for disabling OPM
This commit is contained in:
parent
c9b6f58349
commit
a2b7ef92a1
2 changed files with 4 additions and 4 deletions
|
@ -435,8 +435,8 @@ blacklist {
|
||||||
* WARNING:
|
* WARNING:
|
||||||
* These settings are considered experimental. Only the most common proxy types
|
* These settings are considered experimental. Only the most common proxy types
|
||||||
* are checked for (Charybdis is immune from POST and GET proxies). If you are
|
* are checked for (Charybdis is immune from POST and GET proxies). If you are
|
||||||
* not comfortable with experimental code, remove or comment out the block
|
* not comfortable with experimental code, remove or comment out the *entire*
|
||||||
* below to disable the proxy scanner.
|
* block below to disable the proxy scanner.
|
||||||
*/
|
*/
|
||||||
opm {
|
opm {
|
||||||
/* IPv4 address to listen on. This must be a publicly facing IP address
|
/* IPv4 address to listen on. This must be a publicly facing IP address
|
||||||
|
|
|
@ -911,8 +911,8 @@ blacklist {
|
||||||
* WARNING:
|
* WARNING:
|
||||||
* These settings are considered experimental. Only the most common proxy types
|
* These settings are considered experimental. Only the most common proxy types
|
||||||
* are checked for (Charybdis is immune from POST and GET proxies). If you are
|
* are checked for (Charybdis is immune from POST and GET proxies). If you are
|
||||||
* not comfortable with experimental code, remove or comment out the block
|
* not comfortable with experimental code, remove or comment out the *entire*
|
||||||
* below to disable the proxy scanner.
|
* block below to disable the proxy scanner.
|
||||||
*/
|
*/
|
||||||
opm {
|
opm {
|
||||||
/* IPv4 address to listen on. This must be a publicly facing IP address
|
/* IPv4 address to listen on. This must be a publicly facing IP address
|
||||||
|
|
Loading…
Reference in a new issue