feat(blocky): add pihole default blocklists as well.
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
This commit is contained in:
parent
77c0be0d6e
commit
4fe8f21e1f
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue