Open yanniedog opened 3 years ago
Well, this could be built on top of the existing functionality by introducing a simpler "visual" editor.
To block all domains with some text: /.*exampletext.*/
To unblock all domains with some text: @@/.*exampletext.*/
That way, only the absolute bare minimum of RegEx is necessary to fulfill OP's request. (.*
is indefinite wildcard, / /
tells AdGuard Home that it's RegEx, @@
is for whitelisting.)
Please don't force users to use coding symbols.
Please make an option to block/unblock all domains or subdomains containing the following text: ____ (user input)
People that use your product instead of PiHole are looking for a more user friendly approach than PiHole (which quickly descends into confusing Linux syntax).
REGEX is not intuitive for a lot of people, and many people will give up and simply disable AGH rather than learn REGEX syntax.
Please consider the simple and non-technical folk.