Merge pull request #585 from moritzbeck01/domain-databases-examples-fix

Fixed a database example
This commit is contained in:
DL6ER
2021-10-23 09:39:54 +02:00
committed by GitHub
+2 -2
View File
@@ -237,8 +237,8 @@ Assign this domain to group 2
Client | Group membership | Domain | Blocked
------------- | ----- | ------ | -------
*all other* | Default | doubleclick.net | Yes
192.168.0.101 | Group 1 | doubleclick.net | **No**
192.168.0.102 | Group 2 + Default | doubleclick.net | Yes
192.168.0.101 | Group 1 | doubleclick.net | Yes
192.168.0.102 | Group 2 + Default | doubleclick.net | **No**
192.168.0.103 | Group 3 + Default | doubleclick.net | Yes
Client 2 got the whitelist entry explicitly assigned to. Accordingly, client 2 does not get the domain blocked whereas all remaining clients still see this domain as blocked.