www/squid: sync with master

This commit is contained in:
Franco Fichtner 2025-01-16 12:36:10 +01:00
parent 049e02a604
commit 5e6a6e21c8
4 changed files with 4 additions and 3 deletions

View file

@ -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

View file

@ -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>

View file

@ -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>

View file

@ -2,5 +2,5 @@
# Local syslog-ng configuration filter definition [squid_access].
###################################################################
filter f_local_squid_access {
program("^(squid-|squid-coord-)\\d+");
program("squid-*");
};