Skip to content

Commit 19dbd13

Browse files
committed
Explain the example allowlist
1 parent 3b61f50 commit 19dbd13

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

dnscrypt-proxy/example-allowed-names.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,14 @@
1515
## ads[0-9]* | matches "ads" followed by one or more digits
1616
## ads*.example* | *, ? and [] can be used anywhere, but prefixes/suffixes are faster
1717

18+
19+
# That one may be blocked due to 'tracker' being in the name.
1820
tracker.debian.org
1921

22+
# That one may be blocked due to 'ads' being in the name.
23+
# However, blocking it prevents all sponsored links from the Google
24+
# search engine from being opened.
25+
googleadservices.com
2026

2127

2228
## Time-based rules

0 commit comments

Comments
 (0)