国家

cr - 指定应从其发送请求的国家/地区。

例如:

如果您想选择 Germany 作为国家,您的代码如下所示:

curl -x "http://login__cr.de:[email protected]:823" https://api.ipify.org/

如果您想选择 两个国家,例如 Germany 和 Australia,使用以下代码:

curl -x "http://login__cr.de,au:[email protected]:823" https://api.ipify.org/

最后更新于