From 379c1d569555e803913556dafbdd710e2e01c444 Mon Sep 17 00:00:00 2001 From: unknown Date: Sun, 1 Mar 2009 21:52:27 +0100 Subject: change fields descriptions for squid bypass-functions regarding to the forums discussion: http://forum.pfsense.org/index.php/topic,14607.0.html --- config/squid/squid.xml | 8 ++++---- config/squid3/squid.xml | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/config/squid/squid.xml b/config/squid/squid.xml index 4c8bc4ab..a119e647 100644 --- a/config/squid/squid.xml +++ b/config/squid/squid.xml @@ -169,15 +169,15 @@ - Do NOT proxy Private Address Space (RFC 1918) + Bypass proxy for Private Address Space (RFC 1918) destination private_subnet_proxy_off - Do not forward traffic to Private Address Space (RFC 1918) <b>destination</b> through the proxy server. + Do not forward traffic to Private Address Space (RFC 1918) <b>destination</b> through the proxy server but directly through the firewall. checkbox - Do NOT proxy these IPs + Bypass proxy for these source IPs defined_ip_proxy_off - Do not forward traffic from these <b>source</b> IPs through the proxy server. Separate by semi-colons (;). + Do not forward traffic from these <b>source</b> IPs through the proxy server but directly through the firewall. Separate by semi-colons (;). input 80 diff --git a/config/squid3/squid.xml b/config/squid3/squid.xml index 8529526e..662805da 100644 --- a/config/squid3/squid.xml +++ b/config/squid3/squid.xml @@ -169,15 +169,15 @@ - Do NOT proxy Private Address Space (RFC 1918) + Bypass proxy for Private Address Space (RFC 1918) destination private_subnet_proxy_off - Do not forward traffic to Private Address Space (RFC 1918) <b>destination</b> through the proxy server. + Do not forward traffic to Private Address Space (RFC 1918) <b>destination</b> through the proxy server but directly through the firewall. checkbox - Do NOT proxy these IPs + Bypass proxy for these source IPs defined_ip_proxy_off - Do not forward traffic from these <b>source</b> IPs through the proxy server. Separate by semi-colons (;). + Do not forward traffic from these <b>source</b> IPs through the proxy server but directly through the firewall. Separate by semi-colons (;). input 80 -- cgit v1.2.3 From 66cc19a6f46187978bb960d8eff3a7c12ac2ae9b Mon Sep 17 00:00:00 2001 From: dvserg Date: Mon, 2 Mar 2009 12:02:38 +0300 Subject: havp package added --- config/havp/havp.inc | 656 +++++++++++++++++++++++++++++++++++++++++++++++++++ config/havp/havp.xml | 250 ++++++++++++++++++++ 2 files changed, 906 insertions(+) create mode 100644 config/havp/havp.inc create mode 100644 config/havp/havp.xml diff --git a/config/havp/havp.inc b/config/havp/havp.inc new file mode 100644 index 00000000..85427eb2 --- /dev/null +++ b/config/havp/havp.inc @@ -0,0 +1,656 @@ + $val) { + if ($config['cron']['item'][$key]['task_name'] === $task_name) { + unset($config['cron']['item'][$key]); + $flag_cron_upd = true; + + # log ! cron task deleted ! + break; + } + } + + # set new cron task + if (($on_off === true) and !empty($cron_item)) { + $config['cron']['item'][] = $cron_item; + $flag_cron_upd = true; + + # log ! cron task installed ! + } + + # write config and configure cron only if cron task modified + if ($flag_cron_upd === true) { + write_config("Installed cron task '$task_name' for 'havp' package"); + configure_cron(); + # log ! cron stored ! + } + } + else { + # ! error $name ! + + # if error - break function + return; + } +} +?> diff --git a/config/havp/havp.xml b/config/havp/havp.xml new file mode 100644 index 00000000..a70b09bc --- /dev/null +++ b/config/havp/havp.xml @@ -0,0 +1,250 @@ + + + havp + Services: Antivirus proxy server (havp + clamav) -> Settings + Status + 1.7.1 + havp.inc + + + + HTTP Antivirus + Proxy server antivirus +
Services
+ /pkg_edit.php?xml=havp.xml&id=0 +
+ + + http://www.pfsense.com/packages/config/havp/havp.inc + + + + + Settings + /pkg_edit.php?xml=havp.xml&id=0 + + + + + + Enable + enable + Check this for enable proxy. + checkbox + + + Use external interface + listenextinterface + Select this for use external interface, otherwise the proxy will use the internal interface '127.0.0.1'. Cascade you other proxy to the HAVP as 'parent proxy' via '127.0.0.1' ip. + checkbox + proxyiface + + + Proxy interface + proxyiface + The interface(s) the proxy server will bind to. + interfaces_selection + + lan + + + Proxy port + proxyport + This is the port the proxy server will listen on. + input + 10 + + 3128 + + + Parent proxy + parentproxy + + Enter the parent proxy as PROXY:PORT format or leave empty. + + input + 90 + + + Language + lang + Select the language in which the proxy server will display error messages to users. + select + en + + + + + + + + + + + + + + Max download size + maxdownloadsize + Enter value or leave empty. Value in bytes. Downloads larger than 'Max download size' will be blocked. Only if not Whitelisted! + input + 10 + + + + Disable X-Forward + xforwardedfor + If not set, proxy will include your system's IP address or name in the HTTP requests it forwards. + checkbox + + + + Whitelist + whitelist + + Enter each destination url on a new line that will be accessable to the users without scanning. + Use '*' symbol for mask. Example: *.pfsense.com/*, *sourceforge.net/*clamav-*, */*.xml, */*.inc + + textarea + 60 + 5 + base64 + + + + Blacklist + blacklist + Enter each destination domain on a new line that will be accessable to the users that are allowed to use the proxy. + textarea + 60 + 5 + base64 + + + + Block file if error scanning + failscanerror + If set, the proxy will block the files on which an error scanning. + checkbox + + + + Scan max file size + scanmaxsize + + Enter here value in bytes (5, 10, 15, 20) or leave empty. + Files larger than this limit won't be scanned. + Empty or 0 also disables the limit. + NOTE: Setting limit is a security risk, because some archives like + ZIP need all the data to be scanned properly! Use this only if you + can't afford temporary space for big files. Also scanner settings + will affect how many files will be scanned inside an archive etc. + + input + 10 + + + + Scan images + scanimg + Check this for scan image files. + checkbox + + + + Scan archives + scanarc + Check this for scan within archives and compressed files. + checkbox + + + + Scan archive max file size + scanarcmaxsize + 10M + + Enter here value in megabytes (15M) or leave empty. + Files in archives larger than this limit won't be scanned. + Value of 0 also disables the limit. + + input + 10 + + + + AV bases update + havpavupdate + + <input name='submit' type='submit' value='Update_AV'> + Press button for update AV database now. + + select + hv_none + + + + + + + + + + + + + + Regional AV database update mirror + dbregion + Select regional database mirror. + select + + + + + + + + + + + + + + + + + + + + Optional AV database update servers + avupdateserver + Enter here space separated AV update servers, or leave empty. + textarea + 60 + 5 + + + + Syslog + syslog + Check this for enable Syslog. + checkbox + + + Log + log + Check this for enable log. + checkbox + + + + havp_validate_settings($_POST, &$input_errors); + + + havp_resync(); + + + + + +
\ No newline at end of file -- cgit v1.2.3