🦈🏠🐜 Initial Commit 🐜🦈🏠

This commit is contained in:
Jason
2022-02-15 09:55:45 -05:00
commit b096089188
322 changed files with 62596 additions and 0 deletions

View 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'