forked from charlierm/traceroute
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsources.json
More file actions
26 lines (26 loc) · 781 Bytes
/
sources.json
File metadata and controls
26 lines (26 loc) · 781 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"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_"}
}
}