TIP: You can also paste a comma seperated list into this field.');
echo gettext('This option reverses the order of preference to make Squid contact dual-stack websites over IPv4 first.
Squid will still perform both IPv6 and IPv4 DNS lookups before connecting.
Warning: This option will restrict the situations under which IPv6
connectivity is used (and tested). Hiding network problems
which would otherwise be detected and warned about.
');
echo gettext('If set (default), Squid will include a Via header in requests and
replies as required by RFC2616.');
echo gettext('Select what to do with X-Forwarded for header.');
echo gettext('Suppress Squid version string info in HTTP headers and HTML error pages.');
echo gettext('Select what to do with URI that contain whitespaces.
NOTE: the current Squid implementation of encode and chop violates
RFC2616 by not using a 301 redirect after altering the URL.
');
echo gettext('Enable or disable the local cache.
Curently only ufs directory cache type is supported.
Do not enable on embedded systems with SD or CF cards as this may break your drive.');
echo gettext('Enter the storage size for the local cache (default is 100).');
echo gettext('
Enter the number of first-level subdirectories for the local cache (default is 16).');
echo gettext('
Enter the number of first-level subdirectories for the local cache (default is 256).');
echo gettext('Enable or disable traffic management.');
echo gettext('Enter the maxium size for downloads in kilobytes (leave empty to disable).');
echo gettext('Enter the maxium size for uploads in kilobytes (leave empty to disable).');
echo gettext('
Enter the allowed overall bandtwith in kilobits per second (leave empty to disable).');
echo gettext('
Enter the allowed per host bandwidth in kilobits per second (leave empty to disable).');
echo gettext('Select interface(s) the proxy will bind to.');
echo gettext('The port the proxy service will listen to.');
echo gettext('
When enabled the subnets of the selected interfaces will be added to the allow access list.');
echo gettext('Select interface(s) the ftp proxy will bind to.');
echo gettext('The port the proxy service will listen to.');
echo gettext('
Type subnets you want to allow acces to the proxy server, use a comma or press Enter for new item. TIP: You can also paste a comma separated list into this field.
');
echo gettext('
Type IP adresses you want to allow acces to the proxy server, use a comma or press Enter for new item. TIP: You can also paste a comma separated list into this field.
');
echo gettext('
Type IP adresses you want to deny acces to the proxy server, use a comma or press Enter for new item. TIP: You can also paste a comma separated list into this field.
');
echo gettext('Whitelist destination domains.
You may use a regular expression, use a comma or press Enter for new item.
Examples:
.mydomain.com -> matches on *.mydomain.com
^http(s|)://([a-zA-Z]+)\.mydomain\.* -> matches on http(s)://*.mydomain.*
\\.+\.gif$ -> matches on \*.gif but not on \*.gif\test
\\.+[0-9]+\.gif$ -> matches on \123.gif but not on \test.gif
TIP: You can also paste a comma separated list into this field.
');
echo gettext('Blacklist destination domains.
You may use a regular expression, use a comma or press Enter for new item.
Examples:
.mydomain.com -> matches on *.mydomain.com
^http(s|)://([a-zA-Z]+)\.mydomain\.* -> matches on http(s)://*.mydomain.*
\\.+\.gif$ -> matches on \*.gif but not on \*.gif\test
\\.+[0-9]+\.gif$ -> matches on \123.gif but not on \test.gif
TIP: You can also paste a comma separated list into this field.
');
echo gettext('Block user-agents.
You may use a regular expression, use a comma or press Enter for new item.
Examples:
^(.)+Macintosh(.)+Firefox/37\.0 -> matches on Macintosh version of Firefox revision 37.0
^Mozilla -> matches on all Mozilla based browsers
TIP: You can also paste a comma separated list into this field.
');
echo gettext('Block specific MIME type reply.
You may use a regular expression, use a comma or press Enter for new item.
Examples:
video/flv -> matches on Flash Video
application/x-javascript -> matches on javascripts
TIP: You can also paste a comma separated list into this field.
');
echo gettext('Allowed destination TCP ports, you may use ranges (ex. 222-226) and add comments with collon (ex. 22:ssh).
TIP: You can also paste a comma separated list into this field.
');
echo gettext('Allowed destination SSL ports, you may use ranges (ex. 222-226) and add comments with collon (ex. 22:ssh).
TIP: You can also paste a comma separated list into this field.
');
echo gettext('Select Authentication method');
echo gettext('The prompt will be displayed in the autherntication request window.');
echo gettext('This specifies for how long (in hours) the proxy server assumes an externally validated username and password combination is valid (Time To Live).
When the TTL expires, the user will be prompted for credentials again.');
echo gettext('The total number of authenticator processes to spawn.');
echo gettext('enable this pipe and it\'s related queues and rules');
echo gettext('Total bandwidth for this pipe');
echo gettext('number of dynamic queues, leave empty for default');
echo gettext('Dynamic queue creation by source or destination address.
choose destination here to share the total bandwidth of this pipe among all connected clients.
choose source to provide all connected clients up to a maximum of this pipe configured bandwidth
');
echo gettext('Description to identify this pipe.');
echo gettext('enable this queue and it\'s related rules');
echo gettext('connected pipe for this queue');
echo gettext('Weight of this queue (1..100), used to prioritize within a pipe. (1 is low, 100 is high)');
echo gettext('Dynamic queue creation by source or destination address.
choose destination here to share the total bandwidth of this pipe among all connected clients.
choose source to provide all connected clients up to a maximum of this pipe configured bandwidth
');
echo gettext('Description to identify this pipe.');
echo gettext('order in which the rule will be evaluated (lowest first)');
echo gettext('secondary interface, matches packets going traveling from interface (1) to interface (2).
');
echo gettext('source ip or network, examples 10.0.0.0/24, 10.0.0.1');
echo gettext('source port number or well known name (imap,imaps, http,https,...)');
echo gettext('destination ip or network, examples 10.0.0.0/24, 10.0.0.1');
echo gettext('destination port number or well known name (imap,imaps, http,https,...)');
echo gettext('matches incomming or outgoing packets or both (default)');
echo gettext('target pipe or queue');