mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2026-03-04 00:01:12 -05:00
Ability to add custom Blocked services #3744
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#3744
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 @grf692 on GitHub (Jun 16, 2022).
I think adding the ability to defined our own custom "service" in "Blocked Services" page would be great.
The idea is to have a button "Add custom blocked services"
You define a name, possibly an icon if you want to and then write list the domain names you'd like under this custom "service".
When saved, the new custom services would appear in the list as any other with the ability to block/unblock it at will.
For instance I can add a custom that I name "HBO" and list hbo.com and hbomax.com as the related domain names.
Then I have a button HBO in the Blocked services page that I can block/unblock at will.
@DandelionSprout commented on GitHub (Jun 17, 2022):
Sounds like it'd be a better idea to simply create custom filterlists instead, which'd have the same capabilities and then some.
@grf692 commented on GitHub (Jun 17, 2022):
Of course I guess I can do that, but then I don't have a simple button somewhere that I click to enable/disable it whenever I want, or do I ?
@DandelionSprout commented on GitHub (Jun 17, 2022):
If the filterlist was hosted online on GitHub/GitLab/Bitbucket/similar, and then added to the AdGuard Home server's "DNS blocklists" menu, there'd at least be a toggle to turn it on/off for all devices.
@grf692 commented on GitHub (Jun 17, 2022):
Not everyone is able or knowledgeable to do so - I am not : )
I am looking at it from the lambda user perspective (which I belong to) and the simplicity of it. But maybe it's not the target "audience" for AdGuard Home, I don't know, just wanted to suggest at least.
@fernvenue commented on GitHub (Jun 17, 2022):
@DandelionSprout Actually no, you can choose to enable or disable some different services for each client, but you can't do that with custom filter lists.
@Aikatsui commented on GitHub (Jun 25, 2022):
Duplicate of #1692