# VPN Bypass list

Some traffic (by domain) can avoid the VPN tunnel and go to the Internet directly. To access the feature, add domains to this Bypass list.

## Actions

### Manually adding a single domain

If you are going to add one domain to the Bypass list of your project, do the following:

1. Click "<img src="/files/-M6as_C6h43arRVNKgTa" alt="" data-size="line">**Add**". A new line without a domain will be created in the list of domains.

![VPN Bypass list overview](/files/-M6b80N5pept02aaUoIx)

2. Enter the domain and then click **Add**. The domain will then be moved to the bottom of the list.

{% hint style="info" %}
You can use special characters like "\*". For example:

* `*.google.com` — all domains google.com
* `*.exploit.*` — all domains containing the`exploit`string
  {% endhint %}

{% hint style="warning" %}
if your domain is incorrect, you will get the error message "**Domain is not valid**".
{% endhint %}

3. Repeat steps 2 and 3 for other domains.
4. Click **Save** so that the changes are saved. As a result, you will see the form for approval of a new Bypass list.

![Save domain list dialog](/files/-M6bDck-7gveJG675oIC)

5. Click **Save** to save all changes to your new VPN Bypass list, and then you will see the following window:

![Successful domain list save dialog](/files/-M6bFCtgO5fa1lBYkKKX)

6. You can close it (click **Close**) or download this log (click **Download**).

### **Adding multiple Domains**

1. To add multiple domains, create a text file with domains in each line, for example:

```
testURL2.com
example2.mm
example4.mn
!@#.fg
fhgk.com
```

2. Click <img src="/files/-M6bKT_CnTpLgghwPaPU" alt="" data-size="line"> **Upload** and select the text file. You will see all domains in your Bypass list:

![Multiple domains bypass list](/files/-M6bLAsJV7p5HXEzOKv1)

{% hint style="warning" %}
If a domain is incorrect, you will see the error message "**Domain is not valid**" (see domain *!@#.fg* in the screenshot above).
{% endhint %}

3. Click **Save** to save the changes. As a result, you will see a form of approval:

![Save domain list dialog](/files/-M6bDck-7gveJG675oIC)

4. Click **Save** to save all changes to you new VPN Bypass list. As a result, you will see a form with the changes, for example:

![Successful domain list save dialog](/files/-M6bMSeAFmHREyeFV0Jb)

{% hint style="info" %}
The incorrect domain will not be included in the new Bypass list (see screenshot above).
{% endhint %}

5. You can close it (click **Close**) or download this log (click **Download**).

### **Deleting a domain**

1. Click the <img src="/files/-M6axeQocKfSIPIp5IMx" alt="" data-size="line">button in the same line with a domain you want to remove.
2. Click **Save**. As a result, you will see a form of approval:

![Save domain list dialog](/files/-M6bDck-7gveJG675oIC)

3. Click **Save** again. You will receive a verification form:

![Successful domain list save dialog](/files/-M6bJE9fFFiMoJu8la0z)

4. Click **Close**.

### **Search**

If there is a large number of domains in the bypass list, the<img src="/files/-M6bI0sxnOtiamoSPHEl" alt="" data-size="line">**Search domains** feature can be used to find a desired domain in the list.

### **Download**

Click <img src="/files/-M6bHW7VD9b9u-LeuMsr" alt="" data-size="line"> **Download**, and the list of domains will be downloaded to your device.


---

# Agent Instructions: 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://pango.gitbook.io/paas/console-details/project-settings/vpn/vpn-bypass-list.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.
