2 Commits

Author SHA1 Message Date
6c33365a02 Update Helm release traefik to v34 2025-01-13 16:01:44 +00:00
5ce2281228 lil adguard blocklist update 2025-01-12 18:07:02 +01:00
2 changed files with 39 additions and 6 deletions

View File

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

View File

@@ -13,6 +13,6 @@ namespace: traefik-system
helmCharts:
- name: traefik
releaseName: traefik
version: 33.2.1
version: 34.0.0
valuesFile: values.yaml
repo: https://traefik.github.io/charts