-
Hello everyone, it is possible in client settings to block specific services, but I could not find how to use specific filter lists. The only option is to 'Block domains using filters and hosts files', but no options to select which to use for specific clients or networks. I am using custom filtering rules for few specific domains, but I cannot create thousands of records for each client. Any advice or suggestions would be greatly appreciated. Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Not through the user interface, however using the Example: |
Beta Was this translation helpful? Give feedback.
-
Is this on the roadmap at all? Per client/tag lists. There are so many reasons for wanting this. |
Beta Was this translation helpful? Give feedback.
Not through the user interface, however using the
$ctag
modifier should work in the filtering rules.Example:
||example.org^$ctag=device_pc|device_phone
, which would block access toexample.org
for clients tagged asdevice_pc
ordevice_phone
.