> For the complete documentation index, see [llms.txt](https://help.tillit.cloud/tillit/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.tillit.cloud/tillit/tools/ignition-module/network-security.md).

# Network Security

If the Ignition instance is secure by a firewall, then the following rules need to be implemented and allow traffic to TilliT endpoints.

{% hint style="warning" %}
It is a requirement that your firewall and Ignition server connect to the same DNS. All TilliT endpoints auto-provision new IP's on a regular basis and your DNS records must be kept up to date with these changes. DNS records in one region of the world may be different to those elsewhere. Failure to properly manage DNS will result in connectivity issues.
{% endhint %}

#### Production

| Endpoint               | Protocol | Port/s |
| ---------------------- | -------- | ------ |
| \<tenant>.tillit.cloud | https    | 443    |
| iot.tillit.cloud       | mqtts    | 8883   |

#### Stage

| Endpoint                     | Protocol | Prort/s |
| ---------------------------- | -------- | ------- |
| \<tenant>.tillit-stage.cloud | https    | 443     |
| iot.tillit-stage.cloud       | mqtts    | 8883    |

#### Development

| Endpoint                              | Protocol | Port/s |
| ------------------------------------- | -------- | ------ |
| \<tenant>.development.tillt-dev.cloud | https    | 443    |
| iot.tillit-dev.cloud                  | mqtts    | 8883   |


---

# 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://help.tillit.cloud/tillit/tools/ignition-module/network-security.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.
