You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Blocked everything (/.*/ rule) and only allow necessary domains to connect
I want to unblock a domain with its subdomains but without two tracking subdomains. How to do that?
(or i can unblock subdomains one by one but i want to keep tracking subdomains blocked)
exampledomain.com - home page available on the root domain (not under www.). If i added @@||exampledomain.com^$important then it unblock everything and i tried @||exampledomain.com^$important but its not a working thing.
||example.org^$denyallow=sub.example.org. block example.org and *.example.org but don't block sub.example.org.
I tried this one as ||exampledomain.com^$denyallow=exampledomain.com but that looks like funny because i'm telling to block and unblock same thing. Finally i still dont know how to do that.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I couldn't find any matching issues or discussions. I checked much as possible.
I read this wiki https://github.com/AdguardTeam/AdGuardHome/wiki/Hosts-Blocklists
My Environment:
/.*/
rule) and only allow necessary domains to connectI want to unblock a domain with its subdomains but without two tracking subdomains. How to do that?
(or i can unblock subdomains one by one but i want to keep tracking subdomains blocked)
exampledomain.com
- home page available on the root domain (not under www.). If i added@@||exampledomain.com^$important
then it unblock everything and i tried@||exampledomain.com^$important
but its not a working thing.I tried this one as
||exampledomain.com^$denyallow=exampledomain.com
but that looks like funny because i'm telling to block and unblock same thing. Finally i still dont know how to do that.Beta Was this translation helpful? Give feedback.
All reactions