feat(blocky): add pihole default blocklists as well.

Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
This commit is contained in:
Kjeld Schouten 2024-03-22 10:56:50 +01:00 committed by GitHub
parent 77c0be0d6e
commit 4fe8f21e1f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -221,6 +221,8 @@ blocking:
blackLists:
default:
- https://big.oisd.nl/domainswild
- https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts
- https://mirror1.malwaredomains.com/files/justdomains
{{- range $id, $value := .Values.blocking.blacklist }}
{{ $value.name }}:
{{- $value.lists | toYaml | nindent 10 }}