🗃️ modified: config/e2guardian/authplugins/ip.conf 🗃️

This commit is contained in:
Jason 2022-02-16 19:05:32 -05:00
parent be5c12971c
commit d4f8249f4d
No known key found for this signature in database
GPG Key ID: 4F765975C1F0EE5F

View File

@ -1,11 +1,6 @@
# 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'
ipgroups = '/config/e2guardian/lists/authplugins/ipgroups'