Add custom blocklists hosted on my gitea server
This commit is contained in:
parent
36cdb8f41b
commit
bb34b434b8
@ -73,17 +73,21 @@ blocking:
|
|||||||
reddit.com
|
reddit.com
|
||||||
twitter.com
|
twitter.com
|
||||||
youtube.com
|
youtube.com
|
||||||
|
custom:
|
||||||
|
- https://git.thefij.rocks/iamthefij/blocklists/raw/branch/main/block
|
||||||
|
|
||||||
whiteLists:
|
whiteLists:
|
||||||
# Move to Gitea when deployed internally
|
|
||||||
ads:
|
ads:
|
||||||
{{ with nomadVar "nomad/jobs/blocky" -}}
|
{{ with nomadVar "nomad/jobs/blocky" -}}
|
||||||
{{ .whitelists_ads.Value | indent 6 }}
|
{{ .whitelists_ads.Value | indent 6 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
custom:
|
||||||
|
- https://git.thefij.rocks/iamthefij/blocklists/raw/branch/main/allow
|
||||||
|
|
||||||
clientGroupsBlock:
|
clientGroupsBlock:
|
||||||
default:
|
default:
|
||||||
- ads
|
- ads
|
||||||
|
- custom
|
||||||
- malware
|
- malware
|
||||||
- smarttv
|
- smarttv
|
||||||
- wemo
|
- wemo
|
||||||
|
Loading…
Reference in New Issue
Block a user