-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathservices.json
86 lines (86 loc) · 2.25 KB
/
services.json
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"googledns_params": {
"v4": {
"dnsServer1": "8.8.8.8",
"dnsServer2": "8.8.4.4",
"dnsQuery": {
"name": "o-o.myaddr.l.google.com",
"type": "TXT"
}
}
},
"http_params": {
"v4": {
"http": {
"host": "whatismyip.akamai.com",
"path": "/",
"port": 80
},
"https": {
"host": "icanhazip.com",
"path": "/",
"port": 443
},
"akamai": {
"host": "whatismyip.akamai.com",
"path": "/",
"port": 80
},
"amazon_aws": {
"host": "checkip.amazonaws.com",
"path": "/",
"port": 80
},
"dyndns": {
"host": "checkip.dyndns.org",
"path": "/",
"port": 80
},
"i_can_haz_ip": {
"host": "icanhazip.com",
"path": "/",
"port": 80
},
"ident_me": {
"host": "ident.me",
"path": "/",
"port": 80
},
"ifconfig_me": {
"host": "ifconfig.me",
"path": "/ip",
"port": 80
},
"ip_echo": {
"host": "ipecho.net",
"path": "/plain",
"port": 80
},
"ip_info": {
"host": "ipinfo.io",
"path": "/ip",
"port": 80
},
"ip_ogre": {
"host": "ipogre.com",
"path": "/",
"port": 80
},
"smart_ip": {
"host": "smart-ip.net",
"path": "/myip",
"port": 80
},
"what_is_my_ip_address": {
"host": "bot.whatismyipaddress.com",
"path": "/",
"port": 80
},
"opendns": {
"host": "diagnostic.opendns.com",
"path": "/myip",
"port": 80
}
}
}
}