From 45d388e03448bc9d5b249f060269189f7c7605b5 Mon Sep 17 00:00:00 2001 From: Jason Date: Wed, 16 Feb 2022 17:39:47 -0500 Subject: [PATCH] =?UTF-8?q?=E2=9E=96=20Deleted:=20config/e2guardian/exampl?= =?UTF-8?q?ef1.story=20=20=E2=9E=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit config/e2guardian/examplef1.story --- config/e2guardian/examplef1.story | 48 ------------------------------- 1 file changed, 48 deletions(-) delete mode 100644 config/e2guardian/examplef1.story diff --git a/config/e2guardian/examplef1.story b/config/e2guardian/examplef1.story deleted file mode 100644 index a4ea505..0000000 --- a/config/e2guardian/examplef1.story +++ /dev/null @@ -1,48 +0,0 @@ -.Include -.Include - -# Add any altered functions for this filtergroup here -# They will overwrite library or site level definitions - -# To allow unfiltered access to this group -# uncomment next 4 lines -#function(checkrequest) -#if(true) return setexception -#function(thttps-checkrequest) -#if(true) return setexception - -# To block all access to this group -# uncomment next 4 lines -#function(checkrequest) -#if(true,,105) return setblock -#function(sslexceptioncheck) -#function(localsslcheckrequest) - -# Note: Blanket blocks are checked after exceptions -# and can be used to make a 'walled garden' filtergroup - -# To create blanket block for http -# uncomment next line and one condition line. -#function(checkblanketblock) -#if(true,,502) return setblock # = ** total blanket -#if(siteisip,,505) return setblock # = *ip ip blanket - -# To create blanket block for SSL -# uncomment next line and one condition line. -#function(sslcheckblanketblock) -#if(true,,506) return setblock # = **s total blanket -#if(siteisip,,507) return setblock # = **ips ip blanket - -# To limit MITM to sslgreylist -# replaces onlymitmsslgrey e2guardianf1.conf option -# uncomment the next 2 lines -#function(sslcheckmitm) -#if(true) return sslcheckmitmgreyonly - - -# SNI checking - overrides default action when no SNI or TSL is present on a -# THTTPS connection -# To allow (tunnell) non-tls and/or non-sni connections uncomment the next 3 lines -#function(checksni) -#ifnot(tls,,511) return setexception # change to setblock to block only non-tls -#ifnot(hassniset,,512) return setexception