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
empty_line
info "Tracing IP '${CYAN}${ip}${NORMAL}' (${resolver}) ..."
-
+ tcptraceroute -m "${MAX_TTL}" "${ip}" 53
}
#------------------------------------------------------------------------------
main() {
get_options "$@"
+ check_for_root
set_locale 'en_US.utf8'