curl -s https://dns.bufferover.run/dns?q=.sony.com |jq -r .FDNS_A[] | sed -s ‘s/,/\n/g’ | httpx -silent | anew
可能需要安装jq, httpx anew
1 |
apt-get install jq |
可以不安装 httpx, anew
curl -s https://dns.bufferover.run/dns?q=.sony.com |jq -r .FDNS_A[]