# Multiple Pritunl Servers

Starting with pritunl-link v1.0.2296.34 multiple hostnames can be provided in the link URI. When multiple hostnames are provided the link client will simultaneously send update requests to all the hosts and use the first response from an online host. Although links will currently remain online even if the Pritunl server cannot be reached due to the caching functionality this update provides additional reliability to keep links online even during significant outages.

To use this feature add additional hostsname to the URI separated by commas. This URI can then be added to Pritunl Link. To update an existing URI edit the configuration file in `/etc/pritunl_link.json` the configuration file will be automatically reloaded and this change will be applied immediately.

```
pritunl://ID:SECRET@pritunl0.domain.com,pritunl1.domain.com
```


---

# 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://docs.pritunl.com/kb/vpn/link/multiple-pritunl-servers.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.
