lil adguard blocklist update

This commit is contained in:
Remy Moll 2025-01-12 18:07:02 +01:00
parent 8ac84f79dd
commit 3a2575d7bf

View File

@ -27,7 +27,10 @@ data:
ratelimit_whitelist: [] ratelimit_whitelist: []
refuse_any: true refuse_any: true
upstream_dns: upstream_dns:
- https://dns10.quad9.net/dns-query - tls://1.1.1.1
- tls://dns.google
- tls://p0.freedns.controld.com
- tls://dns.quad9.net
upstream_dns_file: "" upstream_dns_file: ""
bootstrap_dns: bootstrap_dns:
- 9.9.9.10 - 9.9.9.10
@ -35,8 +38,7 @@ data:
- 2620:fe::10 - 2620:fe::10
- 2620:fe::fe:10 - 2620:fe::fe:10
fallback_dns: [] fallback_dns: []
all_servers: false upstream_mode: load_balance
fastest_addr: false
fastest_timeout: 1s fastest_timeout: 1s
allowed_clients: [] allowed_clients: []
disallowed_clients: [] disallowed_clients: []
@ -72,6 +74,8 @@ data:
dns64_prefixes: [] dns64_prefixes: []
serve_http3: false serve_http3: false
use_http3_upstreams: false use_http3_upstreams: false
serve_plain_dns: true
hostsfile_enabled: true
tls: tls:
enabled: false enabled: false
server_name: "" server_name: ""
@ -88,12 +92,14 @@ data:
private_key_path: "" private_key_path: ""
strict_sni_check: false strict_sni_check: false
querylog: querylog:
dir_path: ""
ignored: [] ignored: []
interval: 2160h interval: 2160h
size_memory: 1000 size_memory: 1000
enabled: true enabled: true
file_enabled: true file_enabled: true
statistics: statistics:
dir_path: ""
ignored: [] ignored: []
interval: 24h interval: 24h
enabled: true enabled: true
@ -110,6 +116,10 @@ data:
url: https://someonewhocares.org/hosts/zero/hosts url: https://someonewhocares.org/hosts/zero/hosts
name: Dan Pollock's List name: Dan Pollock's List
id: 1684963532 id: 1684963532
- enabled: true
url: https://adguardteam.github.io/HostlistsRegistry/assets/filter_3.txt
name: Peter Lowe's Blocklist
id: 1735824753
whitelist_filters: [] whitelist_filters: []
user_rules: [] user_rules: []
dhcp: dhcp:
@ -134,13 +144,36 @@ data:
blocking_ipv6: "" blocking_ipv6: ""
blocked_services: blocked_services:
schedule: schedule:
time_zone: UTC time_zone: Europe/Berlin
ids: [] sun:
start: 18h
end: 23h59m
mon:
start: 18h
end: 23h59m
tue:
start: 18h
end: 23h59m
wed:
start: 18h
end: 23h59m
thu:
start: 18h
end: 23h59m
fri:
start: 18h
end: 23h59m
sat:
start: 18h
end: 23h59m
ids:
- reddit
protection_disabled_until: null protection_disabled_until: null
safe_search: safe_search:
enabled: false enabled: false
bing: true bing: true
duckduckgo: true duckduckgo: true
ecosia: true
google: true google: true
pixabay: true pixabay: true
yandex: true yandex: true
@ -149,11 +182,13 @@ data:
parental_block_host: family-block.dns.adguard.com parental_block_host: family-block.dns.adguard.com
safebrowsing_block_host: standard-block.dns.adguard.com safebrowsing_block_host: standard-block.dns.adguard.com
rewrites: [] rewrites: []
safe_fs_patterns:
- /opt/adguardhome/data/userfilters/*
safebrowsing_cache_size: 1048576 safebrowsing_cache_size: 1048576
safesearch_cache_size: 1048576 safesearch_cache_size: 1048576
parental_cache_size: 1048576 parental_cache_size: 1048576
cache_time: 30 cache_time: 30
filters_update_interval: 24 filters_update_interval: 168
blocked_response_ttl: 10 blocked_response_ttl: 10
filtering_enabled: true filtering_enabled: true
parental_enabled: true parental_enabled: true
@ -168,6 +203,7 @@ data:
hosts: true hosts: true
persistent: [] persistent: []
log: log:
enabled: true
file: "" file: ""
max_backups: 0 max_backups: 0
max_size: 100 max_size: 100
@ -179,4 +215,4 @@ data:
group: "" group: ""
user: "" user: ""
rlimit_nofile: 0 rlimit_nofile: 0
schema_version: 27 schema_version: 29