From: glenn <> Date: Thu, 26 Nov 1998 08:22:26 +0000 (+0000) Subject: Expanded SNMP acl documentation and added default deny all X-Git-Tag: SQUID_3_0_PRE1~2494 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=08f6b5e08b669424ed45ca737054ebf08b3c01ca;p=thirdparty%2Fsquid.git Expanded SNMP acl documentation and added default deny all --- diff --git a/src/cf.data.pre b/src/cf.data.pre index 0b75eda669..d864965760 100644 --- a/src/cf.data.pre +++ b/src/cf.data.pre @@ -1,6 +1,6 @@ # -# $Id: cf.data.pre,v 1.126 1998/11/21 16:54:26 wessels Exp $ +# $Id: cf.data.pre,v 1.127 1998/11/26 01:22:26 glenn Exp $ # # # SQUID Internet Object Cache http://squid.nlanr.net/Squid/ @@ -1447,6 +1447,7 @@ DOC_START # seem like it works at first, but it doesn't. acl aclname snmp_community string ... + # A community string to limit access to your SNMP Agent # Example: # # acl snmppublic snmp_community public @@ -2381,9 +2382,19 @@ DEFAULT: none IFDEF: SQUID_SNMP DOC_START Allowing or denying access to the SNMP port. + + All access to the agent is denied by default. usage: snmp_access allow|deny [!]aclname ... + +Example: +snmp_access allow public localhost +snmp_access deny all + +NOCOMMENT_START +snmp_access deny all +NOCOMMENT_END DOC_END NAME: snmp_incoming_address