Skip to content

Commit

Permalink
fix(blocky): config
Browse files Browse the repository at this point in the history
  • Loading branch information
JJGadgets committed May 27, 2024
1 parent d170bf0 commit 5299834
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions kube/deploy/apps/blocky/app/config/config.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,16 @@
---
upstreams:
groups:
default:
- "${IP_ROUTER_LAN}"
- https://base.dns.mullvad.net/dns-query
- &doh https://base.dns.mullvad.net/dns-query
strategy: strict
timeout: 2s
bootstrapDns:
- "tcp+udp:${IP_ROUTER_LAN}"
- "tcp+udp:${IP_ROUTER_VLAN_K8S}"
- tcp+udp:194.242.2.2
- tcp+udp:194.242.2.3
- tcp+udp:194.242.2.4
- tcp+udp:194.242.2.5
- tcp+udp:194.242.2.6
- tcp+udp:194.242.2.9
- upstream: *doh
ips: ["192.242.2.2", "192.242.2.3", "192.242.2.4", "192.242.2.5", "192.242.2.6", "192.242.2.9", "2a07:e340::2", "2a07:e340::3", "2a07:e340::4", "2a07:e340::5", "2a07:e340::6", "2a07:e340::9"]

#customDNS:
# customTTL: 24h
Expand Down Expand Up @@ -53,7 +50,6 @@ blocking:
- https://raw.githubusercontent.com/Perflyst/PiHoleBlocklist/master/SmartTV.txt
- /secrets/blocklist # mounted from ExternalSecret
- |
.zip
*.zip
example.com
safe:
Expand Down

0 comments on commit 5299834

Please sign in to comment.