> For the complete documentation index, see [llms.txt](https://support.tiger.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.tiger.com/english/frequently-asked-questions/fixing-network-issues-how-to-adjust-dns-settings.md).

# Fixing Network Issues: How to Adjust DNS Settings

Configuring DNS servers helps resolve website IP addresses correctly and can improve the performance of Tiger.com Broker or  Tiger.com Terminal if they are loading slowly or failing to connect.

### Configuring DNS on Windows

1. Open the Control Panel from the Start menu by searching for "Control Panel"

<figure><img src="/files/6xZyng0K98kza6OZtiNy" alt=""><figcaption></figcaption></figure>

2. Choose All Control Panel Items

<figure><img src="/files/NFwF7SzXZfbPdjULkquS" alt=""><figcaption></figcaption></figure>

3. Go to Network and Sharing Center

<figure><img src="/files/y6XQT5qYjeJEXMhFol73" alt=""><figcaption></figcaption></figure>

3. Choose your active network connection (e.g.  Keenetic-5) and open the settings:

<figure><img src="/files/KxuEhf24Ty80dLwRHGZU" alt=""><figcaption></figcaption></figure>

2. Open Properties menu and select Internet Protocol Version 4 (TCP/IPv4), and open  Properties:

<figure><img src="/files/IMzCye6B5l1iIU4fJf6l" alt=""><figcaption></figcaption></figure>

2. Select "Use the following DNS server addresses" and enter:
   * Preferred DNS server: 8.8.8.8
   * Alternate DNS server: 1.1.1.1

<figure><img src="/files/7j2AhI5UN65h0DaVV8Zt" alt=""><figcaption></figcaption></figure>

2. Restart your internet connection to apply the settings.

### **For macOS**

1. Open System Preferences, go to Network, and select your active connection:

<figure><img src="/files/gvOCg5df1mrd5KysYEXe" alt=""><figcaption></figcaption></figure>

2. Open Details

<figure><img src="/files/NJwi2aIbZN7EXeCe5JZR" alt=""><figcaption></figcaption></figure>

3. Go to the DNS tab, click +, and enter:

* 8.8.8.8
* 1.1.1.1

<figure><img src="/files/zCBcyXVihzK597hRAQ5H" alt=""><figcaption></figcaption></figure>

4. Confirm the changes by clicking OK
5. Restart your internet connection to apply the settings.


---

# 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://support.tiger.com/english/frequently-asked-questions/fixing-network-issues-how-to-adjust-dns-settings.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.
