mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2026-03-04 00:01:12 -05:00
Nested block-list support #1657
Labels
No labels
P1: Critical
P2: High
P3: Medium
P4: Low
UI
bug
cannot reproduce
compatibility
dependencies
docker
documentation
duplicate
enhancement
enhancement
external libs
feature request
good first issue
help wanted
infrastructure
invalid
localization
needs investigation
performance
potential-duplicate
question
recurrent
research
snap
waiting for data
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/AdGuardHome#1657
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Mathijs0 on GitHub (Jun 9, 2020).
Problem Description
I have 2 separate ad-guard Home instances running on my network, and I would like to keep them in sync without doing stuff twice.
Proposed Solution
Make one git(-hub) list with all the block-list and one with the white lists I would like to use. And just ad these two lists to both ad-guard Home instances. Once I update this single list with nested block-lists they both update.
Alternatives Considered
Sync the config folder periodically and restart ad-guard Home. Or do everything twice.
Additional Information
An example how i would guess this list would look like:
@ameshkov commented on GitHub (Jun 10, 2020):
You can use https://github.com/AdguardTeam/HostlistCompiler to automate building a blocklist that you can then use in both instances.
Also, this issue seems to duplicate #573