> For the complete documentation index, see [llms.txt](https://t1t.gitbook.io/t1c-js-guide-v3/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://t1t.gitbook.io/t1c-js-guide-v3/miscellaneous/troubleshooting/disable-dns-rebind-pop-up.md).

# Disable DNS rebind pop-up

The Trust1Connector by default will check and see if a DNS rebind issue has been detected or not.

If this is the case it will try to add a line to the `host`file. This file requires administrative rights to update so a pop-up will appear.

This will look like the following in windows.

<figure><img src="https://2064684258-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOgDbJ5ZvPk7FwgPBzRqA%2Fuploads%2FC0BSz1OyzR5ZkexXhZkx%2Fimage.png?alt=media&amp;token=e8bdf4cf-08f6-4cb3-aeb6-b2c5fad910db" alt=""><figcaption></figcaption></figure>

If you want to prevent this from happening you can update the Registry key to disable this

The following table indicates which key must be updated with which value

<table data-full-width="true"><thead><tr><th width="136">Installer type</th><th width="273">Key location</th><th width="162">Key name</th><th>Key value</th></tr></thead><tbody><tr><td>Default</td><td>Computer\HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run</td><td>Trust1Connector API</td><td>C:\Users\{YOUR_USERNAME}\AppData\Local\Trust1Connector\t1c-launch.exe --env prod --silent --fix.dns.rebind false</td></tr><tr><td>Standalone</td><td>Computer\HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Run</td><td>Trust1Connector API</td><td>C:\Users\{YOUR_USERNAME}\AppData\Local\Trust1Connector\t1c-launch.exe --env prod --silent --fix.dns.rebind false</td></tr><tr><td>Admin</td><td>Computer\HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run</td><td>Trust1Connector API</td><td>C:\Program Files\Trust1Connector\t1c-launch.exe --env prod --silent --fix.dns.rebind false</td></tr></tbody></table>

{% hint style="info" %}
A reboot is required for this to take into account
{% endhint %}


---

# 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://t1t.gitbook.io/t1c-js-guide-v3/miscellaneous/troubleshooting/disable-dns-rebind-pop-up.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.
