mirror of
https://github.com/opnsense/plugins.git
synced 2026-06-03 13:59:06 -04:00
www/squid: sync with master
This commit is contained in:
parent
049e02a604
commit
5e6a6e21c8
4 changed files with 4 additions and 3 deletions
|
|
@ -1,5 +1,6 @@
|
|||
PLUGIN_NAME= squid
|
||||
PLUGIN_VERSION= 1.1
|
||||
PLUGIN_REVISION= 1
|
||||
PLUGIN_COMMENT= Squid is a caching proxy for the web
|
||||
PLUGIN_DEPENDS= squid squid-langpack
|
||||
PLUGIN_TIER= 2
|
||||
|
|
|
|||
|
|
@ -343,7 +343,8 @@
|
|||
<id>proxy.forward.workers</id>
|
||||
<label>Number of squid workers</label>
|
||||
<type>text</type>
|
||||
<help>Start N main Squid process daemons (i.e., SMP mode). Requires Restart. Default: 1</help>
|
||||
<help>Start N main Squid process daemons (i.e., SMP mode). Requires Restart. Do not enable when using local cache.</help>
|
||||
<hint>1</hint>
|
||||
<advanced>true</advanced>
|
||||
</field>
|
||||
<field>
|
||||
|
|
|
|||
|
|
@ -283,7 +283,6 @@
|
|||
<ValidationMessage>Please enter ip addresses or domain names here</ValidationMessage>
|
||||
</sslnobumpsites>
|
||||
<workers type="IntegerField">
|
||||
<Default>1</Default>
|
||||
<MinimumValue>1</MinimumValue>
|
||||
<MaximumValue>100</MaximumValue>
|
||||
<ValidationMessage>worker number needs to be an integer value between 1 and 100</ValidationMessage>
|
||||
|
|
|
|||
|
|
@ -2,5 +2,5 @@
|
|||
# Local syslog-ng configuration filter definition [squid_access].
|
||||
###################################################################
|
||||
filter f_local_squid_access {
|
||||
program("^(squid-|squid-coord-)\\d+");
|
||||
program("squid-*");
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue