45 lines
1020 B
HTTP
45 lines
1020 B
HTTP
@ip = 8.8.8.8
|
|
|
|
### ipify 当前出口 IP
|
|
GET https://api.ipify.org?format=json
|
|
Accept: application/json
|
|
|
|
|
|
### Cloudflare trace 当前出口
|
|
GET https://www.cloudflare.com/cdn-cgi/trace
|
|
Accept: text/plain
|
|
|
|
|
|
### ipapi.is 检测指定 IP
|
|
GET https://api.ipapi.is/?q={{ip}}
|
|
Accept: application/json
|
|
|
|
|
|
### ipwho.is 检测指定 IP
|
|
GET https://ipwho.is/{{ip}}?fields=success,message,ip,type,continent,country,region,city,latitude,longitude,connection,security
|
|
Accept: application/json
|
|
|
|
|
|
### ip-api.com 检测指定 IP
|
|
GET http://ip-api.com/json/{{ip}}?fields=status,message,country,regionName,city,lat,lon,isp,org,as,asname,mobile,proxy,hosting,query
|
|
Accept: application/json
|
|
|
|
|
|
### proxycheck.io 检测指定 IP
|
|
GET https://proxycheck.io/v2/{{ip}}?vpn=1&asn=1&risk=1&seen=1
|
|
Accept: application/json
|
|
|
|
|
|
### Google 204 连通性
|
|
GET https://www.gstatic.com/generate_204
|
|
Accept: */*
|
|
|
|
|
|
### GitHub 连通性
|
|
GET https://github.com/favicon.ico
|
|
Accept: */*
|
|
|
|
|
|
### ChatGPT 轻量连通性
|
|
GET https://chatgpt.com/favicon.ico
|
|
Accept: */* |