mirror of
https://github.com/casjaysdevdocker/squidguard
synced 2025-01-19 06:34:29 -05:00
12 lines
321 B
Plaintext
12 lines
321 B
Plaintext
|
# 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'
|