We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac2ba95 commit c780801Copy full SHA for c780801
pingerr.sh
@@ -156,6 +156,8 @@ declare -A DNS_SERVERS_IPV4=(
156
["Freenom"]="80.80.80.80"
157
["Level3-Primary"]="209.244.0.3"
158
["Level3-Secondary"]="209.244.0.4"
159
+ ["DNS4IN-Primary"]="143.110.176.185"
160
+ ["DNS4IN-Secondary"]="68.183.246.1661"
161
)
162
163
# DNS Servers to test (IPv6)
@@ -221,6 +223,8 @@ declare -A DNS_SERVERS_IPV6=(
221
223
["Comodo-Secondary-v6"]="2606:4700:50::adf5:6f4"
222
224
["Neustar-Primary-v6"]="2620:74:1b::1:1"
225
["Neustar-Secondary-v6"]="2620:74:1c::2:2"
226
+ ["DNS4IN-Primary-v6"]="2400:6180:100:d0::c592:1001"
227
+ ["DNS4IN-Secondary-v6"]="2400:6180:100:D0::C7E3:6001"
228
229
230
# Merge DNS servers based on IPv6 availability
0 commit comments