美文网首页
2018-11-28 使用命令行curl 查询出口ip

2018-11-28 使用命令行curl 查询出口ip

作者: Albert陈凯 | 来源:发表于2018-11-28 17:10 被阅读141次
    liuzhizhi@lzz-rmbp|logs # curl ipinfo.io
    {
      "ip": "114.110.1.38",
      "hostname": "No Hostname",
      "city": "Beijing",
      "region": "Beijing Shi",
      "country": "CN",
      "loc": "39.9289,116.3883",
      "org": "AS4808 CNCGROUP IP network China169 Beijing Province Network"
    }%
    
    liuzhizhi@lzz-rmbp|logs # curl ip.cn
    当前 IP:114.110.1.38 来自:北京市 广东恒敦通信技术北京分公司
    
    liuzhizhi@lzz-rmbp|~ # curl cip.cc
    IP  : 114.110.1.38
    地址  : 中国  北京市
    数据二 : 北京市 | 广东恒敦通信技术北京分公司
    URL : http://www.cip.cc/114.110.1.38
    
    liuzhizhi@lzz-rmbp|~ # curl myip.ipip.net
    当前 IP:114.110.1.38  来自于:中国 北京 北京 联通/电信
    
    liuzhizhi@lzz-rmbp|~ # curl ifconfig.me
    114.110.1.38
    
    liuzhizhi@lzz-rmbp|logs # curl http://members.3322.org/dyndns/getip
    114.110.1.38
    --------------------- 
    作者:orangleliu 
    来源:CSDN 
    原文:https://blog.csdn.net/orangleliu/article/details/51994513 
    版权声明:本文为博主原创文章,转载请附上博文链接!
    
    curl [www.whatsmyip.org](http://www.whatsmyip.org/)
    
    curl [http://ns1.dnspod.net:6666](http://ns1.dnspod.net:6666/)
    
    
    curl [ip.tl](http://ip.tl/)
    
    
    curl [ifconfig.me](http://ifconfig.me/)
    
        6
    
    
    curl [ip.pycox.com](http://ip.pycox.com/)
    curl [ip.pycox.com/json](http://ip.pycox.com/json)
    
    
    dig @[208](https://www.v2ex.com/member/208).67.222.222 [myip.opendns.com](http://myip.opendns.com/)
    
    
    
    

    相关文章

      网友评论

          本文标题:2018-11-28 使用命令行curl 查询出口ip

          本文链接:https://www.haomeiwen.com/subject/ljjzqqtx.html