Compare commits
2 Commits
b34202683a
...
f2f63ef399
Author | SHA1 | Date | |
---|---|---|---|
f2f63ef399 | |||
bf453f05c4 |
@@ -17,5 +17,8 @@ dependencies:
|
|||||||
alias: blocky
|
alias: blocky
|
||||||
repository: https://bjw-s.github.io/helm-charts/
|
repository: https://bjw-s.github.io/helm-charts/
|
||||||
version: 3.6.0
|
version: 3.6.0
|
||||||
|
- name: valkey
|
||||||
|
version: 2.2.1
|
||||||
|
repository: https://charts.bitnami.com/bitnami
|
||||||
icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/png/blocky.png
|
icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/png/blocky.png
|
||||||
appVersion: v0.24
|
appVersion: v0.24
|
||||||
|
@@ -41,28 +41,17 @@ blocky:
|
|||||||
denylists:
|
denylists:
|
||||||
sus:
|
sus:
|
||||||
- https://v.firebog.net/hosts/static/w3kbl.txt
|
- https://v.firebog.net/hosts/static/w3kbl.txt
|
||||||
- https://raw.githubusercontent.com/PolishFiltersTeam/KADhosts/master/KADhosts.txt
|
|
||||||
- https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Spam/hosts
|
|
||||||
ads:
|
ads:
|
||||||
- https://v.firebog.net/hosts/AdguardDNS.txt
|
- https://v.firebog.net/hosts/AdguardDNS.txt
|
||||||
- https://v.firebog.net/hosts/Admiral.txt
|
- https://v.firebog.net/hosts/Admiral.txt
|
||||||
- https://v.firebog.net/hosts/Easylist.txt
|
- https://v.firebog.net/hosts/Easylist.txt
|
||||||
- https://adaway.org/hosts.txt
|
- https://adaway.org/hosts.txt
|
||||||
- https://raw.githubusercontent.com/anudeepND/blacklist/master/adservers.txt
|
|
||||||
- https://pgl.yoyo.org/adservers/serverlist.php?hostformat=hosts&showintro=0&mimetype=plaintext
|
|
||||||
- https://raw.githubusercontent.com/FadeMind/hosts.extras/master/UncheckyAds/hosts
|
|
||||||
- https://raw.githubusercontent.com/bigdargon/hostsVN/master/hosts
|
|
||||||
priv:
|
priv:
|
||||||
- https://v.firebog.net/hosts/Easyprivacy.txt
|
- https://v.firebog.net/hosts/Easyprivacy.txt
|
||||||
- https://v.firebog.net/hosts/Prigent-Ads.txt
|
- https://v.firebog.net/hosts/Prigent-Ads.txt
|
||||||
- https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.2o7Net/hosts
|
|
||||||
- https://raw.githubusercontent.com/crazy-max/WindowsSpyBlocker/master/data/hosts/spy.txt
|
|
||||||
- https://hostfiles.frogeye.fr/firstparty-trackers-hosts.txt
|
|
||||||
mal:
|
mal:
|
||||||
- https://v.firebog.net/hosts/Prigent-Crypto.txt
|
- https://v.firebog.net/hosts/Prigent-Crypto.txt
|
||||||
- https://raw.githubusercontent.com/DandelionSprout/adfilt/master/Alternate%20versions%20Anti-Malware%20List/AntiMalwareHosts.txt
|
|
||||||
- https://osint.digitalside.it/Threat-Intel/lists/latestdomains.txt
|
- https://osint.digitalside.it/Threat-Intel/lists/latestdomains.txt
|
||||||
- https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Risk/hosts
|
|
||||||
pro:
|
pro:
|
||||||
- https://raw.githubusercontent.com/hagezi/dns-blocklists/main/wildcard/pro.plus.txt
|
- https://raw.githubusercontent.com/hagezi/dns-blocklists/main/wildcard/pro.plus.txt
|
||||||
clientGroupsBlock:
|
clientGroupsBlock:
|
||||||
@@ -71,6 +60,7 @@ blocky:
|
|||||||
- ads
|
- ads
|
||||||
- priv
|
- priv
|
||||||
- mal
|
- mal
|
||||||
|
- pro
|
||||||
blockType: zeroIp
|
blockType: zeroIp
|
||||||
blockTTL: 1m
|
blockTTL: 1m
|
||||||
loading:
|
loading:
|
||||||
@@ -93,6 +83,10 @@ blocky:
|
|||||||
prefetchMaxItemsCount: 0
|
prefetchMaxItemsCount: 0
|
||||||
cacheTimeNegative: 30m
|
cacheTimeNegative: 30m
|
||||||
|
|
||||||
|
redis:
|
||||||
|
address: blocky-valkey-headless.blocky:6379
|
||||||
|
required: true
|
||||||
|
|
||||||
prometheus:
|
prometheus:
|
||||||
enable: true
|
enable: true
|
||||||
path: /metrics
|
path: /metrics
|
||||||
@@ -149,3 +143,7 @@ blocky:
|
|||||||
readOnly: true
|
readOnly: true
|
||||||
mountPropagation: None
|
mountPropagation: None
|
||||||
subPath: config.yml
|
subPath: config.yml
|
||||||
|
valkey:
|
||||||
|
architecture: standalone
|
||||||
|
auth:
|
||||||
|
enabled: false
|
||||||
|
Reference in New Issue
Block a user