traceroute/sources.json
2015-01-28 22:58:53 +11:00

26 lines
781 B
JSON

{
"LO": {
"url": "traceroute _IP_ADDRESS_"
},
"BY": {
"url": "http://by104.activeby.net/lg/",
"post_data": {"method": "trace", "host": "_IP_ADDRESS_"}
},
"CH": {
"url": "http://www.switch.ch/cgi-bin/network/nph-traceroute-ip?destination=_IP_ADDRESS_"
},
"JP": {
"url": "http://lg01.colo01.bbtower.ad.jp/cgi-bin/lg.cgi",
"post_data": {"CMD": "traceroute", "ARG": "_IP_ADDRESS_"}
},
"RU": {
"url": "http://traceroute.rusnet.ru/?_IP_ADDRESS_"
},
"UK": {
"url": "http://ab.newnet.co.uk/cgi-bin/traceroute?_IP_ADDRESS_"
},
"US": {
"url": "https://www.net.princeton.edu/cgi-bin/traceroute.pl",
"post_data": {"cmd": "Go", "target": "_IP_ADDRESS_"}
}
}