From f1d24481b1af528e74d4c96c6af2c56e3b976a69 Mon Sep 17 00:00:00 2001 From: "Luiz G. Costa" Date: Thu, 26 Sep 2013 15:50:34 -0300 Subject: Add package Squidguard 1.5 beta option --- config/squidGuard-devel/squidguard_dest.xml | 189 ++++++++++++++++++++++++++++ 1 file changed, 189 insertions(+) create mode 100644 config/squidGuard-devel/squidguard_dest.xml (limited to 'config/squidGuard-devel/squidguard_dest.xml') diff --git a/config/squidGuard-devel/squidguard_dest.xml b/config/squidGuard-devel/squidguard_dest.xml new file mode 100644 index 00000000..3525098e --- /dev/null +++ b/config/squidGuard-devel/squidguard_dest.xml @@ -0,0 +1,189 @@ + + + + + + Describe your package requirements here + Currently there are no FAQ items provided. + squidguarddest + none + Proxy filter SquidGuard: Target categories + /usr/local/pkg/squidguard.inc + A proxy server user has been deleted. + A proxy server user has been created/modified. + + + General settings + /pkg_edit.php?xml=squidguard.xml&id=0 + + + Common ACL + /pkg_edit.php?xml=squidguard_default.xml&id=0 + + + Groups ACL + /pkg.php?xml=squidguard_acl.xml + + + Target categories + /pkg.php?xml=squidguard_dest.xml + + + + Times + /pkg.php?xml=squidguard_time.xml + + + Rewrites + /pkg.php?xml=squidguard_rewr.xml + + + Blacklist + /squidGuard/squidguard_blacklist.php + + + Log + /squidGuard/squidguard_log.php + + + XMLRPC Sync + /pkg_edit.php?xml=squidguard_sync.xml + + + + + Name + name + + + Redirect + redirect + + + Description + description + + + + + Name + name + + The name must consist between 2 and 15 symbols [a-Z_0-9]. The first one must be a letter.
+ ]]>
+ input + 100 + +
+ + Order + order + + ]]> + select + + + Domain List + domains + + Example: mail.ru e-mail.ru yahoo.com 192.168.1.1 + ]]> + textarea + 60 + 10 + + + URL List + urls + + Example: host.com/xxx 12.10.220.125/alisa + ]]> + textarea + 60 + 10 + + + Regular Expression + expressions + | . + Example: mail|casino|game|\.rsdf$ + ]]> + textarea + 60 + 10 + + + Redirect mode + redirect_mode + + Select redirect mode here. + <br> Note: if you use 'transparent proxy', then 'int' redirect mode will not accessible. + + <br> Options: + <A title="To 'url' will added special client information;" > + <span style="background-color: #dddddd;" >ext url err page</span></A> , + <A title="Client view 'url' content without any notification about;" > + <span style="background-color: #dddddd;" > ext url redirect</span></A> , + <A title="Client will moved to specified url with displaying url in addres bar;" > + <span style="background-color: #dddddd;" > ext url as 'move'</span></A> , + <A title="Client will moved to specified url with showing progress(only!) in status bar;" > + <span style="background-color: #dddddd;" > ext url as 'found'.</span></A> + </u> + + select + rmod_none + + + + + + + + + + + + + + Redirect + redirect + + textarea + 60 + 2 + + + Description + description + + input + 90 + + + Log + enablelog + checkbox + + +
+ + squidguard_before_form_dest(&$pkg); + + + squidguard_validate_destination($_POST, &$input_errors); + + + squidguard_resync_dest(); + + + squidguard_resync_dest(); + + + squidGuard_print_javascript(); + +
-- cgit v1.2.3