mirror of
https://github.com/casjaysdevdocker/squidguard
synced 2025-09-18 03:57:46 -04:00
🦈🏠🐜❗ Initial Commit ❗🐜🦈🏠
This commit is contained in:
11
config/e2guardian/lists/authplugins/ipgroups
Normal file
11
config/e2guardian/lists/authplugins/ipgroups
Normal file
@@ -0,0 +1,11 @@
|
||||
# IP-Group list
|
||||
# Used by the IP-based auth plugin to assign IP addresses to filter groups.
|
||||
#
|
||||
# Examples:
|
||||
# Straight IP matching:
|
||||
#192.168.0.1 = filter1
|
||||
# Subnet matching:
|
||||
#192.168.1.0/255.255.255.0 = filter1
|
||||
# Range matching:
|
||||
#192.168.1.0-192.168.1.255 = filter1
|
||||
|
8
config/e2guardian/lists/authplugins/portgroups
Normal file
8
config/e2guardian/lists/authplugins/portgroups
Normal file
@@ -0,0 +1,8 @@
|
||||
# Port-Group list
|
||||
# Used by the Port-based auth plugin to assign Ports to filter groups.
|
||||
#
|
||||
# Note that ports MUST be entered in ascending order
|
||||
#
|
||||
# Examples:
|
||||
#8080 = filter0
|
||||
#8081 = filter1
|
Reference in New Issue
Block a user