Nested block-list support #1657

Closed
opened 2026-03-04 01:27:07 -05:00 by deekerman · 1 comment
Owner

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:

+include: https://adguardteam.github.io/AdGuardSDNSFilter/Filters/filter.txt
+include: https://adaway.org/hosts.txt

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: ``` +include: https://adguardteam.github.io/AdGuardSDNSFilter/Filters/filter.txt +include: https://adaway.org/hosts.txt ```
deekerman 2026-03-04 01:27:07 -05:00
  • closed this issue
  • added the
    duplicate
    label
Author
Owner

@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

@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
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/AdGuardHome#1657
No description provided.