From cfb92536713f36b7443fd5b3f1033caeab2f4eac Mon Sep 17 00:00:00 2001 From: Elizabeth Myers Date: Sat, 2 Apr 2016 23:42:23 -0500 Subject: [PATCH] Update warnings in the opm default configs [ci skip] --- doc/ircd.conf.example | 9 ++++----- doc/reference.conf | 9 ++++----- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/doc/ircd.conf.example b/doc/ircd.conf.example index c69fdbbf..72101454 100644 --- a/doc/ircd.conf.example +++ b/doc/ircd.conf.example @@ -433,11 +433,10 @@ blacklist { * notified upon connect if they are being scanned. * * WARNING: - * These settings are considered experimental, and as of this writing, the - * Charybdis scanner is not as comprehensive as the one available in HOPM. Only - * basic SOCKS4 and SOCKS5 scanning is performed on a few well-known ports. You - * may disable the open proxy scanning feature by deleting this block if you are - * uncomfortable with this. + * 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 + * not comfortable with experimental code, remove or comment out the block + * below to disable the proxy scanner. */ opm { /* IPv4 address to listen on. This must be a publicly facing IP address diff --git a/doc/reference.conf b/doc/reference.conf index e13541ae..f877fa24 100644 --- a/doc/reference.conf +++ b/doc/reference.conf @@ -909,11 +909,10 @@ blacklist { * notified upon connect if they are being scanned. * * WARNING: - * These settings are considered experimental, and as of this writing, the - * Charybdis scanner is not as comprehensive as the one available in HOPM. Only - * basic SOCKS4 and SOCKS5 scanning is performed on a few well-known ports. You - * may disable the open proxy scanning feature by deleting this block if you are - * uncomfortable with this. + * 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 + * not comfortable with experimental code, remove or comment out the block + * below to disable the proxy scanner. */ opm { /* IPv4 address to listen on. This must be a publicly facing IP address