Blocking sub-domains - broken syntax? #3827
Unanswered
EntropySmoke
asked this question in
Q&A
Replies: 2 comments
-
Considering these, you should be able to accomplish what you want with the following set of rules:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Got it! Thank you! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Running the latest Edge of AGH on RP2 Bullseye and using AGH to block all domains, except the ones needed to connect clients to VPN tunnels.
Example issue:
||*^$client=10.0.0.1
@@||fakedomain.com^$important
||subdomain.fakedomain.com^$important
With above rules I expect AGH to block all domains for client 10.0.0.1, unless the domain is fakedomain.com, but also block subdomain.fakedomain.com. AGH doesn't block subdomain.fakedomain.com. What is the correct syntax?
Beta Was this translation helpful? Give feedback.
All reactions