标签:基本命令 排查 问题 server str http serve 指定 --
一.curl
// 指定出口ip或设备
curl --interface IP/设备 www.baidu.com
// 指定域名ip
curl http://www.baidu.com -x 1.1.1.1:80
二.nslookup
// 用指定dns server解析域名
nslookup www.baidu.com 114.114.114.114
标签:基本命令 排查 问题 server str http serve 指定 --
原文地址:https://www.cnblogs.com/itfenqing/p/13084204.html