> For the complete documentation index, see [llms.txt](https://talque.gitbook.io/public/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://talque.gitbook.io/public/troubleshooting/firewall-configuration.md).

# Firewall Configuration

#### Basic requirements

In order to use basic features of the talque website and mobile apps you should have unfiltered access to

* Whitelist domains: \*.talque.com
* All IPv4 and IPv6 blocks listed in ASNs of 714, 15169
* TCP port 80, and 443&#x20;
* TCP ports 5223, 5228, 5229, 5230     *(for Push Notifications)*

#### Video calls

To use the integrated video calls you also need to open

* Whitelist domains: \*.talque.com (or the ASN AS16509)
* TCP ports 80, 443
* TCP + UDP ports 10000-20000

#### Media gallery images and files

In order to see images in media galleries and download files you need access to

* TCP Port 80 and 443
* \*.googleapis.com (included in the ASN 15169)&#x20;
* \*.vimeo.com
* \*.vimeocdn.com

#### Viewing videos and livestreams

In order to watch livestreams, you need access to

* TCP Port 80 and 443
* \*.vimeo.com&#x20;
* \*.vimeocdn.com&#x20;
* \*.magisto.com&#x20;
* \*.akamaized.net&#x20;
* \*.cloudfront.net
* \*.youtube.com
* \*.simplex.tv

#### Sending livestreams

In order to send livestreams, that is, produce the livestream at your location and upload from there, you need network access to

* TCP Port 1935, 80, 443
* UDP Port 53, 2088
* TCP + UDP Ports 3478, 19305-19307, 19307, 50000 - 64000
* \*.vimeo.com&#x20;
* \*.vimeocdn.com&#x20;
* \*.google.com&#x20;
* \*.pndsn.com&#x20;
* \*.googleapis.com&#x20;
* \*.firebaseio.com


---

# 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, and the optional `goal` query parameter:

```
GET https://talque.gitbook.io/public/troubleshooting/firewall-configuration.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
