# Django 2011-11-16 # ----------------------------- # Gruppe 6 = Jugendliche # bannedsitelist_f6 # ----------------------------- # #domains in banned list #Don't bother with the www. or the http:// #The bannedurllist is for blocking PART of a site #The bannedsitelist is for blocking ALL of a site #As of DansGuardian 2.7.3 you can now include #.tld so for example you can match .gov for example #The 'grey' lists override the 'banned' lists. #The 'exception' lists override the 'banned' lists also. #The difference is that the 'exception' lists completely switch #off *all* other filtering for the match. 'grey' lists only #stop the URL filtering and allow the normal filtering to work. #An example of grey list use is when in Blanket Block (whitelist) #mode and you want to allow some sites but still filter as normal #on their content #Another example of grey list use is when you ban a site but want #to allow part of it. #To include additional files in this list use this example: #.Include #You can have multiple .Includes. # Time limiting syntax: # #time: # Example: ##time: 9 0 17 0 01234 # Remove the first # from the line above to enable this list only from # 9am to 5pm, Monday to Friday. # Django 2011-11-16 # zeitgesteuerte Sperre im Zeitraum von 21:30 Uhr bis 23:59 Uhr # an den Tagen Montag bis Donnerstag und Sonntag #time: 21 30 23 59 01236 # List categorisation #listcategory: "Banned Sites" #List other sites to block: #Blanket Block. To block all sites except those in the #exceptionsitelist and greysitelist files, remove #the # from the next line to leave only a '**': # Django 2011-11-16 # Nutzerindividuelle Vollsperrung aller Seiten! # default : #** ** #Blanket SSL/CONNECT Block. To block all SSL #and CONNECT tunnels except to addresses in the #exceptionsitelist and greysitelist files, remove #the # from the next line to leave only a '**s': # Django 2011-11-16 # Nutzerindividuelle Vollsperrung aller "https"-Seiten! # default : #**s **s #Blanket IP Block. To block all sites specified only as an IP, #remove the # from the next line to leave only a '*ip': # Django 2011-11-16 # Nutzerindividuelle Vollsperrung aller IP-Adressen! # default : #*ip *ip #Blanket SSL/CONNECT IP Block. To block all SSL and CONNECT #tunnels to sites specified only as an IP, #remove the # from the next line to leave only a '*ips': # Nutzerindividuelle Vollsperrung aller "https"-IP-Adressen! # default : #*ips *ips