本接口可以查询特定域名对应的IP地址。
端口 | 协议 | 请求 | 返回 |
---|---|---|---|
1053 | http | http://httpdns.xdapp.com:1053/dns?d={$domain} | 字符串,该域名的ip地址 |
1153 | tcp | tcp://httpdns.xdapp.com:1153 字符串类型,$domain + "\n" | 字符串,该域名的ip地址 |
使用 54.223.165.195 代替域名 httpdns.xdapp.com
curl "http://httpdns.xdapp.com:1053/dns?d=tomasen.org"
printf "tomasen.org\n" | nc httpdns.xdapp.com 1153
如需自行部署可以参考 项目源代码