[UPSTREAM] - Remove test leftover / Explain the example allowlist
3a5585f8a1
19dbd13c1b
This commit is contained in:
parent
92fcfe342a
commit
4cfc474105
|
@ -15,8 +15,14 @@
|
||||||
## ads[0-9]* | matches "ads" followed by one or more digits
|
## ads[0-9]* | matches "ads" followed by one or more digits
|
||||||
## ads*.example* | *, ? and [] can be used anywhere, but prefixes/suffixes are faster
|
## ads*.example* | *, ? and [] can be used anywhere, but prefixes/suffixes are faster
|
||||||
|
|
||||||
|
|
||||||
|
# That one may be blocked due to 'tracker' being in the name.
|
||||||
tracker.debian.org
|
tracker.debian.org
|
||||||
|
|
||||||
|
# That one may be blocked due to 'ads' being in the name.
|
||||||
|
# However, blocking it prevents all sponsored links from the Google
|
||||||
|
# search engine from being opened.
|
||||||
|
googleadservices.com
|
||||||
|
|
||||||
|
|
||||||
## Time-based rules
|
## Time-based rules
|
||||||
|
|
|
@ -766,8 +766,6 @@ fragments_blocked = ['cisco', 'cisco-ipv6', 'cisco-familyshield', 'cisco-familys
|
||||||
# { server_name='example-server-2', via=['sdns://gRIxMzcuNzQuMjIzLjIzNDo0NDM'] }
|
# { server_name='example-server-2', via=['sdns://gRIxMzcuNzQuMjIzLjIzNDo0NDM'] }
|
||||||
# ]
|
# ]
|
||||||
|
|
||||||
routes = { server_name='*', via = ['*'] }
|
|
||||||
|
|
||||||
|
|
||||||
# Skip resolvers incompatible with anonymization instead of using them directly
|
# Skip resolvers incompatible with anonymization instead of using them directly
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue