|
@@ -135,7 +135,7 @@ function pihole_change_upstream_dns {
|
135
|
135
|
data=$(tempfile 2>/dev/null)
|
136
|
136
|
trap "rm -f $data" 0 1 2 5 15
|
137
|
137
|
dialog --backtitle $"Ad Blocker Upstream DNS" \
|
138
|
|
- --radiolist $"Pick a domain name service (DNS):" 25 50 16 \
|
|
138
|
+ --radiolist $"Pick a domain name service (DNS):" 26 50 17 \
|
139
|
139
|
1 $"Digital Courage" on \
|
140
|
140
|
2 $"German Privacy Foundation 1" off \
|
141
|
141
|
3 $"German Privacy Foundation 2" off \
|
|
@@ -151,7 +151,8 @@ function pihole_change_upstream_dns {
|
151
|
151
|
13 $"PowerNS" off \
|
152
|
152
|
14 $"ValiDOM" off \
|
153
|
153
|
15 $"Freie Unzensierte" off \
|
154
|
|
- 16 $"Google" off 2> $data
|
|
154
|
+ 16 $"DNS.Watch" off \
|
|
155
|
+ 17 $"Google" off 2> $data
|
155
|
156
|
sel=$?
|
156
|
157
|
case $sel in
|
157
|
158
|
1) exit 1;;
|
|
@@ -203,7 +204,10 @@ function pihole_change_upstream_dns {
|
203
|
204
|
15) PIHOLE_DNS1='85.25.149.144'
|
204
|
205
|
PIHOLE_DNS2='87.106.37.196'
|
205
|
206
|
;;
|
206
|
|
- 16) PIHOLE_DNS1='8.8.8.8'
|
|
207
|
+ 16) PIHOLE_DNS1='84.200.69.80'
|
|
208
|
+ PIHOLE_DNS2='84.200.70.40'
|
|
209
|
+ ;;
|
|
210
|
+ 17) PIHOLE_DNS1='8.8.8.8'
|
207
|
211
|
PIHOLE_DNS2='4.4.4.4'
|
208
|
212
|
;;
|
209
|
213
|
255) exit 1;;
|