|
@@ -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):" 26 50 17 \
|
|
138
|
+ --radiolist $"Pick a domain name service (DNS):" 27 50 18 \
|
139
|
139
|
1 $"Digital Courage" on \
|
140
|
140
|
2 $"German Privacy Foundation 1" off \
|
141
|
141
|
3 $"German Privacy Foundation 2" off \
|
|
@@ -152,7 +152,8 @@ function pihole_change_upstream_dns {
|
152
|
152
|
14 $"ValiDOM" off \
|
153
|
153
|
15 $"Freie Unzensierte" off \
|
154
|
154
|
16 $"DNS.Watch" off \
|
155
|
|
- 17 $"Google" off 2> $data
|
|
155
|
+ 17 $"uncensoreddns.org" off \
|
|
156
|
+ 18 $"Google" off 2> $data
|
156
|
157
|
sel=$?
|
157
|
158
|
case $sel in
|
158
|
159
|
1) exit 1;;
|
|
@@ -207,7 +208,10 @@ function pihole_change_upstream_dns {
|
207
|
208
|
16) PIHOLE_DNS1='84.200.69.80'
|
208
|
209
|
PIHOLE_DNS2='84.200.70.40'
|
209
|
210
|
;;
|
210
|
|
- 17) PIHOLE_DNS1='8.8.8.8'
|
|
211
|
+ 17) PIHOLE_DNS1='91.239.100.100'
|
|
212
|
+ PIHOLE_DNS2='89.233.43.71'
|
|
213
|
+ ;;
|
|
214
|
+ 18) PIHOLE_DNS1='8.8.8.8'
|
211
|
215
|
PIHOLE_DNS2='4.4.4.4'
|
212
|
216
|
;;
|
213
|
217
|
255) exit 1;;
|