# DNS

## **国内 DNS 服务器**

### [**阿里 DNS**](https://www.alidns.com)\*\*\*\*

| **IPv4**        | **IPv6**                |
| --------------- | ----------------------- |
| **`223.5.5.5`** | **`2400:3200::1`**      |
| **`223.6.6.6`** | **`2400:3200:baba::1`** |

| **DoH**                                | **DoT**              |
| -------------------------------------- | -------------------- |
| **`https://dns.alidns.com/dns-query`** | **`dns.alidns.com`** |

### [**DNSPod Public DNS（腾讯云）**](https://docs.dnspod.cn)

| **IPv4**           | **IPv6**          |
| ------------------ | ----------------- |
| **`119.29.29.29`** | **`2402:4e00::`** |

| **DoH**                         | **DoT**       |
| ------------------------------- | ------------- |
| **`https://doh.pub/dns-query`** | **`dot.pub`** |

### [**百度 DNS**](https://dudns.baidu.com)

| **IPv4**           | **IPv6**              |
| ------------------ | --------------------- |
| **`180.76.76.76`** | **`2400:da00::6666`** |

### [**114 DNS**](https://www.114dns.com)

| **无劫持**               | **安全**                | **未成年**               |
| --------------------- | --------------------- | --------------------- |
| **`114.114.114.114`** | **`114.114.114.119`** | **`114.114.114.110`** |
| **`114.114.115.115`** | **`114.114.115.119`** | **`114.114.115.110`** |

### [SDNS](https://www.sdns.cn)

| **IPv4**        | IPv6                   |
| --------------- | ---------------------- |
| **`1.2.4.8`**   | **`2001:dc7:1000::1`** |
| **`210.2.4.8`** |                        |

### [**Quad 101**](https://101.101.101.101)

| **IPv4**              | **IPv6**            |
| --------------------- | ------------------- |
| **`101.101.101.101`** | **`2001:de4::101`** |
| **`101.102.103.104`** | **`2001:de4::102`** |

## 国外 DNS 服务器

### [**Cloudflare DNS**](https://1.1.1.1/dns/)

| **IPv4**      | **IPv6**                   |
| ------------- | -------------------------- |
| **`1.1.1.1`** | **`2606:4700:4700::1111`** |
| **`1.0.0.1`** | **`2606:4700:4700::1001`** |

### [**Google Public DNS**](https://dns.google)

| **IPv4**      | **IPv6**                   |
| ------------- | -------------------------- |
| **`8.8.8.8`** | **`2001:4860:4860::8888`** |
| **`8.8.4.4`** | **`2001:4860:4860::8844`** |

| **DoT**          | **DoH**                            |
| ---------------- | ---------------------------------- |
| **`dns.google`** | **`https://dns.google/dns-query`** |

### [OpenDNS（Cisco）](https://www.opendns.com)

| **IPv4**             |
| -------------------- |
| **`208.67.222.222`** |
| **`208.67.220.220`** |

### [Quad9](https://www.quad9.net)

| **IPv4**              | **IPv6**          |
| --------------------- | ----------------- |
| **`9.9.9.9`**         | **`2620:fe::fe`** |
| **`149.112.112.112`** | **`2620:fe::9`**  |


---

# 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://blog.wh2099.com/network/ji-chu-gong-gong-fu-wu/dns.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.
