From 8c0a3a6573a94a825056ce14d470a41b26a0c63c Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Wed, 31 Aug 2022 16:57:11 +0200 Subject: [PATCH] Finishing scripts/test-resolv --- scripts/test-resolv | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) mode change 100644 => 100755 scripts/test-resolv diff --git a/scripts/test-resolv b/scripts/test-resolv old mode 100644 new mode 100755 index cfc8799..0804ceb --- a/scripts/test-resolv +++ b/scripts/test-resolv @@ -49,6 +49,24 @@ RESOLVER_IPS['ns2-local.pixelpark.com eth1:1']='212.91.225.75' RESOLVERS+=( 'ns2-local.pixelpark.com eth2:0' ) RESOLVER_IPS['ns2-local.pixelpark.com eth2:0']='217.66.51.185' +RESOLVERS+=( 'ns3-local.pixelpark.com eth0:0' ) +RESOLVER_IPS['ns3-local.pixelpark.com eth0:0']='93.188.109.13' + +RESOLVERS+=( 'ns3-local.pixelpark.com eth1:0' ) +RESOLVER_IPS['ns3-local.pixelpark.com eth1:0']='93.188.104.82' + +RESOLVERS+=( 'ns4-local.pixelpark.com eth0:0' ) +RESOLVER_IPS['ns4-local.pixelpark.com eth0:0']='77.74.232.24' + +RESOLVERS+=( 'ns5-local.pixelpark.com eth0:0' ) +RESOLVER_IPS['ns5-local.pixelpark.com eth0:0']='77.74.232.25' + +RESOLVERS+=( 'ns1-spk.spk.pixelpark.net eth0:0' ) +RESOLVER_IPS['ns1-spk.spk.pixelpark.net eth0:0']='192.168.22.3' + +RESOLVERS+=( 'ns2-spk.spk.pixelpark.net eth0:0' ) +RESOLVER_IPS['ns2-spk.spk.pixelpark.net eth0:0']='192.168.22.4' + #------------------------------------------------------------------------- detect_color @@ -166,7 +184,7 @@ trace_ip() { empty_line info "Tracing IP '${CYAN}${ip}${NORMAL}' (${resolver}) ..." - + tcptraceroute -m "${MAX_TTL}" "${ip}" 53 } #------------------------------------------------------------------------------ @@ -194,6 +212,7 @@ tracing_all_ips() { main() { get_options "$@" + check_for_root set_locale 'en_US.utf8' -- 2.39.5