mirror of
https://github.com/casjaysdevdocker/squidguard
synced 2025-09-18 03:57:46 -04:00
🦈🏠🐜❗ Initial Commit ❗🐜🦈🏠
This commit is contained in:
4
config/e2guardian/authplugins/ident.conf
Normal file
4
config/e2guardian/authplugins/ident.conf
Normal file
@@ -0,0 +1,4 @@
|
||||
# Ident auth plugin
|
||||
# Identifies users via IDENT servers running on client machines
|
||||
|
||||
plugname = 'ident'
|
11
config/e2guardian/authplugins/ip.conf
Normal file
11
config/e2guardian/authplugins/ip.conf
Normal file
@@ -0,0 +1,11 @@
|
||||
# IP-based auth plugin
|
||||
#
|
||||
# Maps client IPs to filter groups.
|
||||
# If "usexforwardedfor" is enabled, grabs the IP from the X-Forwarded-For
|
||||
# header, if available.
|
||||
|
||||
plugname = 'ip'
|
||||
|
||||
# ipgroups file
|
||||
# List file assigning IP addresses, subnets and ranges to filter groups
|
||||
ipgroups = '/etc/e2guardian/lists/authplugins/ipgroups'
|
9
config/e2guardian/authplugins/port.conf
Normal file
9
config/e2guardian/authplugins/port.conf
Normal file
@@ -0,0 +1,9 @@
|
||||
# IP-Port-based auth plugin
|
||||
#
|
||||
# Maps IP Ports to filter groups.
|
||||
|
||||
plugname = 'port'
|
||||
|
||||
# portgroups file
|
||||
# List file assigning ports to filter groups
|
||||
portgroups = '/etc/e2guardian/lists/authplugins/portgroups'
|
5
config/e2guardian/authplugins/proxy-basic.conf
Normal file
5
config/e2guardian/authplugins/proxy-basic.conf
Normal file
@@ -0,0 +1,5 @@
|
||||
# Proxy-Basic auth plugin
|
||||
# Identifies usernames in "Proxy-Authorization: Basic" headers;
|
||||
# relies upon the upstream proxy (squid) to perform the actual password check.
|
||||
|
||||
plugname = 'proxy-basic'
|
7
config/e2guardian/authplugins/proxy-digest.conf
Normal file
7
config/e2guardian/authplugins/proxy-digest.conf
Normal file
@@ -0,0 +1,7 @@
|
||||
# Proxy-Digest auth plugin
|
||||
# Identifies usernames in "Proxy-Authorization: Digest" headers;
|
||||
# relies upon the upstream proxy (squid) to perform the actual password check.
|
||||
|
||||
# Contributed by Darryl Sutherland <darryl@weblink.co.za>
|
||||
|
||||
plugname = 'proxy-digest'
|
5
config/e2guardian/authplugins/proxy-ntlm.conf
Normal file
5
config/e2guardian/authplugins/proxy-ntlm.conf
Normal file
@@ -0,0 +1,5 @@
|
||||
# Proxy-NTLM auth plugin
|
||||
# Identifies usernames in "Proxy-Authorization: NTLM" headers;
|
||||
# relies on the upstream proxy (squid) to perform the actual password check.
|
||||
|
||||
plugname = 'proxy-ntlm'
|
Reference in New Issue
Block a user