fix configmapref and default to quad9 for pihole.

Also move it to stable
This commit is contained in:
kjeld Schouten-Lebbing
2021-09-04 18:28:49 +02:00
parent b11892dbec
commit b91fb1d259
12 changed files with 6 additions and 6 deletions
@@ -21,4 +21,4 @@ sources:
- https://github.com/pi-hole
- https://github.com/pi-hole/docker-pi-hole
type: application
version: 0.0.2
version: 1.0.0
@@ -238,13 +238,13 @@ questions:
description: "Sets the first DNS server (use #port suffix for ports)"
schema:
type: string
default: "1.1.1.1"
default: "9.9.9.9"
- variable: DNS2
label: "DNS2"
description: "Sets the second DNS server (use #port suffix for ports), only if DNS1 is entered"
schema:
type: string
default: "1.0.0.1"
default: "149.112.112.112"
- variable: hostNetwork
@@ -30,8 +30,8 @@ service:
pihole:
WEBPASSWORD: "somepassword"
DNS1: "1.1.1.1"
DNS2: "1.0.0.1"
DNS1: "9.9.9.9"
DNS2: "149.112.112.112"
persistence: