wrfly/web-dns

Give type of the ip

Closed this issue · 1 comments

wrfly commented

https://dns.kfd.me/www.baidu.com/AAAA/json

[{"ip":"www.a.shifen.com.","ttl":579},{"ip":"www.wshifen.com.","ttl":161}]

to

[{"ip":"www.a.shifen.com.","ttl":579, "type": "CNAME"},{"ip":"www.wshifen.com.","ttl":161, "type": "CNAME"}]
wrfly commented

done with 70e3a38