Linux shell 获取本机公网地址
curl -s www.ip138.com/ip2city.asp | iconv -f gbk -t utf8|grep -Po '(?<=\[).*?(?=\])'
curl -x 127.0.0.1:8087 -s www.ip138.com/ip2city.asp | iconv -f gbk -t utf8|grep -Po '(?<=\[).*?(?=\])'
躲猫猫社团团长 http://t.sina.com.cn/coolria
curl -s www.ip138.com/ip2city.asp | iconv -f gbk -t utf8|grep -Po '(?<=\[).*?(?=\])'
curl -x 127.0.0.1:8087 -s www.ip138.com/ip2city.asp | iconv -f gbk -t utf8|grep -Po '(?<=\[).*?(?=\])'
躲猫猫社团团长 http://t.sina.com.cn/coolria