# Whitelist Mode

<kbd>**Create a whitelisted IP address list:**</kbd>

First, add your local IP address to the whitelist.

{% hint style="info" %}
Note: Only IPv4 format (xx.xx.xx.xx) may be added to the whitelist. This IP must not be a proxy or VPN service.
{% endhint %}

#### Usage Method - API Link

<kbd>**Select Data Format Proxy Region:**</kbd>

If no location is specified, randomly assign a global IP location; or specify a country.

<kbd>**Select Format:**</kbd>

Output Format: <kbd>HTTP/HTTPS</kbd>

Data Format: <kbd>TXT and JSON</kbd>

Delimiter Format: <kbd>(r/n/), (/br), (/r), (/n), (/t)</kbd>

{% hint style="info" icon="square-half-stroke" %}

### <mark style="color:green;">**Example 1:**</mark>

{% endhint %}

* For example, if you select “**Random**” as the proxy country:

{% tabs %}
{% tab title="Proxy link" %}

```
https://xxx.talordata.com/getProxyIp?protocol=http&return_type=txt&lb=1&num=1
```

{% endtab %}

{% tab title="Proxy format after opening the link:" %}

```
IP:Port
```

{% endtab %}
{% endtabs %}

* For example, if you select the **United States** (US) as the proxy country and **extract 8 proxies**:

{% tabs %}
{% tab title="Proxy link:" %}

```
https://xxx.talordata.com/getProxyIp?regions=us&protocol=http&return_type=txt&lb=1&num=8
```

{% endtab %}

{% tab title="Proxy format after opening the link:" %}
After opening the link, you will obtain 8 proxies in the format:

```
Same IP: Different ports
```

{% endtab %}
{% endtabs %}

#### Usage Method - National Node

<kbd>**Rotation Method: Randomize IP**</kbd>

When generating proxy credentials in batches, the port remains fixed and unique.

<kbd>**Rotation Method: Sticky IP**</kbd>

When generating proxy credentials in batches, the ports are distinct.

* If a <kbd>specific country</kbd> is selected, up to 500 ports can be generated in a batch;
* If the <kbd>Global</kbd>option is selected, up to 1,000 ports can be generated in a batch.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.talordata.com/proxy/rotating-residential-proxies/quick-start/whitelist-mode.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
