6 Commits

Author SHA1 Message Date
moritzbeck01
f23fea3c67
Fixed a database example
When the whitelisted domain is assigned to group 2...
- all other will be blocked because they are a member of the default group which gets blocked
- client 1 will be blocked because it is a member of a blocklist that includes this domain (Example 2)
- client 2 will not be blocked because the whitelist overrides the block from the default group (Example 3 Step 3)
- client 3 will be blocked because it is a member of the default group
2021-10-22 23:34:00 +02:00
XhmikosR
4e36dc5b79
Fix broken links to images (#304) 2020-05-11 21:07:57 +03:00
DL6ER
e2aa4c3ed4 Rename group Unassigned to Default. All images have been optimized for filesize using optipng.
Signed-off-by: DL6ER <dl6er@dl6er.de>
2020-05-08 10:00:54 +02:00
XhmikosR
e33876207d Typo fixes 2020-04-20 17:34:33 +03:00
XhmikosR
b611e1215d Enable and use pymdownx.details extension
This fixes Markdown inside HTML which didn't work before.
2020-04-20 17:34:32 +03:00
DL6ER
a71663ed4e Update documentation for v5.0
Signed-off-by: DL6ER <dl6er@dl6er.de>
2020-04-20 10:18:02 +02:00