# 国家/地区

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

**例如：**

如果您想选择 **Germany** 作为国家，您的代码如下所示：

```bash
curl -x "http://login__cr.de:password@gw.dataimpulse.com:823" https://api.ipify.org/
```

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

```bash
curl -x "http://login__cr.de,au:password@gw.dataimpulse.com:823" https://api.ipify.org/
```
