Skip to content

Commit c780801

Browse files
pingerr: Add DNS4IN dns entries
You can find more about it on - https://joindns4.in Signed-off-by: Panchajanya1999 <rsk52959@gmail.com> (cherry picked from commit 9caaee3)
1 parent ac2ba95 commit c780801

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pingerr.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,8 @@ declare -A DNS_SERVERS_IPV4=(
156156
["Freenom"]="80.80.80.80"
157157
["Level3-Primary"]="209.244.0.3"
158158
["Level3-Secondary"]="209.244.0.4"
159+
["DNS4IN-Primary"]="143.110.176.185"
160+
["DNS4IN-Secondary"]="68.183.246.1661"
159161
)
160162

161163
# DNS Servers to test (IPv6)
@@ -221,6 +223,8 @@ declare -A DNS_SERVERS_IPV6=(
221223
["Comodo-Secondary-v6"]="2606:4700:50::adf5:6f4"
222224
["Neustar-Primary-v6"]="2620:74:1b::1:1"
223225
["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"
224228
)
225229

226230
# Merge DNS servers based on IPv6 availability

0 commit comments

Comments
 (0)