小樱 发表于 2024/10/1 19:10

哔哩哔哩使用PCDN的stun nat检测服务器ip地址和api接口 httpdns

哔哩哔哩使用PCDN的stun nat检测服务器ip地址和api接口 httpdns

一共调度2个接口来实现PCDN,禁用相关ip后不在有udp的pcdn流量,转变成高质量的tcp pcdn节点
https://api.bilibili.com/x/pd-proxy/tracker?channel=release
{
    "code": 0,
    "message": "0",
    "ttl": 1,
    "data": {
      "trackers": [
            "hw-sh-pcdn-106.biliapi.net",
            "hw-sh-pcdn-20.biliapi.net",
            "ali-bj-pcdn-32.biliapi.net"
      ],
      "live_trackers": null,
      "stuns": [
            "8.140.61.243:3478",
            "8.140.49.59:3478",
            "8.137.96.251:3478",
            "47.108.226.5:3478",
            "47.103.54.217:3478",
            "47.103.52.160:3478",
            "47.103.47.59:3478",
            "8.134.61.158:3478",
            "8.134.11.246:3478",
            "159.75.138.193:3478",
            "139.155.7.96:3478",
            "139.155.39.114:3478",
            "121.36.37.65:3478",
            "139.155.182.112:3478",
            "139.155.176.138:3478",
            "123.60.93.201:3478",
            "123.60.15.104:3478",
            "124.70.135.107:3478",
            "121.36.92.159:3478",
            "121.37.211.222:3478",
            "139.159.180.193:3478",
            "124.71.213.192:3478",
            "43.142.45.96:3478",
            "43.142.53.124:3478",
            "159.75.113.64:3478",
            "81.70.176.164:3478",
            "82.156.104.41:3478",
            "82.156.104.30:3478",
            "8.140.204.141:3478"
      ],
      "stun6s": [
            ":3478",
            ":3478",
            ":3478",
            ":3478",
            ":3478",
            ":3478",
            ":3478",
            ":3478",
            ":3478",
            ":3478",
            ":3478",
            ":3478",
            ":3478",
            ":3478",
            ":3478",
            ":3478"
      ]
    }
}

https://httpdns.bilivideo.com/resolve?host=taobao.com&query=4,6
这个httpdns的接口请求新域名第一次会不返回任何记录,F5刷新后才正常,所以没有办法用来做doh用途

页: [1]
查看完整版本: 哔哩哔哩使用PCDN的stun nat检测服务器ip地址和api接口 httpdns