1
charove May 21, 2016 via Android |
2
tcp May 21, 2016 via iPhone dig +short myip.opendns.com @resolver1.opendns.com
|
3
china521 May 21, 2016 |
4
soli OP @charove http://members.3322.org/dyndns/getip 这个的输出结果是我想要的,但是 URL 太长了,不好记不好输入哈。
|
10
yywudi May 21, 2016
|
11
am241 May 21, 2016
|
12
am241 May 21, 2016
格式怎么成这个鬼样子了
测试 ```python get_ip_url = [ 'http://ip.6655.com/ip.aspx', 'http://members.3322.org/dyndns/getip', 'http://icanhazip.com/', 'http://ident.me/', 'http://ipecho.net/plain', 'http://whatismyip.akamai.com/', 'http://myip.dnsomatic.com/', ] ``` |
13
ChoateYao May 21, 2016 |
16
xmbaozi Nov 16, 2017
|
18
xmbaozi Nov 16, 2017
|
19
xmbaozi Nov 16, 2017
|
20
soli OP |
21
xmbaozi Nov 16, 2017
https://haoip.cn/ 下还有其他页面,不想混一起
|
25
stevenhawking Aug 14, 2019
|
26
lxk11153 Dec 5, 2019
我来加几个参数: ` curl -q -Lm 9 ip.cn/ `
-q, --disable If used as the first parameter on the command line, the curlrc config file will not be read and used. -L, --location (HTTP) If the server reports that the requested page has moved to a different location (indicated with a Location: header and a 3XX response code), this option will make curl redo the request on the new place. -m, --max-time <seconds> Maximum time in seconds that you allow the whole operation to take. |