代码搜索:dansguardian
找到约 149 项符合「dansguardian」的源代码
代码结果 149
www.eeworm.com/read/137779/13297410
8 dansguardian.8
.\" -*- nroff -*-
.TH dansguardian 8
.SH NAME
DansGuardian 2
.SH SYNOPSIS
/etc/rc.d/init.d/dansguardian [stop|start|status|restart]
.SH DESCRIPTION
A Introduction
DansGuardian is a web content filter
www.eeworm.com/read/137779/13297437
pl dansguardian.pl
#!/usr/bin/perl
$allow_html_code = 0;
&ReadEnvs;
$deniedurl = $in{'DENIEDURL'};
$reason = $in{'REASON'};
$user = $in{'USER'};
$ip = $in{'IP'};
print "Content-type: text/html\n\n";
print '
www.eeworm.com/read/137779/13297455
hpp dansguardian.hpp
//Please refer to http://dansguardian.org/?page=copyright2
//for the license for this code.
//Written by Daniel Barron (daniel@//jadeb//.com).
//For support go to http://groups.yahoo.com/group/dansgua
www.eeworm.com/read/137779/13297875
cpp dansguardian.cpp
//Please refer to http://dansguardian.org/?page=copyright2
//for the license for this code.
//Written by Daniel Barron (daniel@//jadeb/.com).
//For support go to http://groups.yahoo.com/group/dansguar
www.eeworm.com/read/137779/13297878
gz dansguardian.8.gz
www.eeworm.com/read/137779/13297465
in2 solv.in2
# See how we were called.
case "$1" in
start)
if [ -f ${BINARYLOCATION}dansguardian ] &&
[ -f ${CONFFILELOCATION}dansguardian.conf ]; then
${BINARYLOCATION}dansgua
www.eeworm.com/read/137779/13297810
exceptionsitelist
#Sites in exception list
#Don't bother with the www. or
#the http://
#
#These are specifically domains and are not URLs.
#For example 'foo.bar/porn/' is no good, you need
#to just have 'foo.bar'.
#
#Y