Block trafik for undefined clients

stevnhoved

New Member
Hi.

Does anyone know if it is possible to block a DNS lookup for all clients that are not defined in Adguard Home?

I have tried the following rulles, that doesn’t work.

||test.com^$important,client=~*
||test.com^$important,ctag=~*

Best Regard,
Martin
 

Alex302

Filters Developer
Staff member
Administrator
It is possible
 

stevnhoved

New Member
I stil cannon see how I can block for all undefined clients. I can block for specific clients names or the opposite. But not just any undefined client.
 

Alex302

Filters Developer
Staff member
Administrator
Please try the rule like this. You need to know allowed clients names
Code:
****$client=~'Allowed client'|~PC_1
 

stevnhoved

New Member
That way I should update the rules every time I add a new Client to AdGuard Home.

I asked for at way to hit all undefined clients.
 
Top