Group management section, add redirect

Signed-off-by: Adam Warner <me@adamwarner.co.uk>
This commit is contained in:
Adam Warner
2024-09-25 18:40:38 +00:00
committed by Adam Warner
parent de5b0a5012
commit 120eff1000
2 changed files with 3 additions and 4 deletions
@@ -1,5 +1,3 @@
## Group management
Any blocklist or domain on the white-/black-/regex-lists can be managed through groups. This allows not only grouping them to highlight their relationship, but also enabling/disabling them together if one, for instance, wants to visit a specific service only temporarily.
Group `Default` (`group_id` `0`) is special as it is automatically assigned to domains and clients not being a member of other groups. Each newly added client or domain gets assigned to group zero when being added.
+3 -2
View File
@@ -148,8 +148,8 @@ nav:
- 'Debugging':
- 'gdb': ftldns/debugging.md
- 'valgrind': ftldns/valgrind.md
- 'Group management':
- 'Overview': group_management/groups.md
- 'Group Management':
- 'Group Management': group_management/index.md
- 'Examples': group_management/example.md
- 'RegEx blocking':
- "Overview": regex/overview.md
@@ -271,3 +271,4 @@ plugins:
'database/gravity/index.md': database/domain-database/index.md
'database/gravity/recovery.md': database/domain-database/recovery.md
'database/gravity/groups.md': database/domain-database/groups.md
'group_management/groups.md': group_management/index.md