二进制(Binary): Windows, Linux, Darwin
dns-dependency-go [-t timeout] [-c retry_count] [-eip clientip] [-nv] [-root] 域名/domain_name_or_FQDN
-t 指定DNS解析超时时间(秒,默认为2秒) [Specify DNS resoving timeout (in second, default is 2 seconds)]
-c 指定DNS解析超时重试次数(默认为4) [Specify DNS resoving timeout retry times (default is 4)]
-eip 指定 EDNS-Client-Subnet 的 IPv4 或 IPv6 地址 [Specify the IPv4 or IPv6 address for EDNS-Client-Subnet]
-nv 不验证权威NS记录 [Do not verify authoritative NS records]
-root 解析根域名服务器记录 [Resolve the root-servers records]
dns-dependency-go github.com
dns-dependency-go -t 2 -c 4 -eip 192.0.2.0 -root github.com
dns-dependency-go -t 2 -c 4 -eip 2001:db8::1 -root github.com