> For the complete documentation index, see [llms.txt](https://faultx.gitbook.io/rn10p-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://faultx.gitbook.io/rn10p-docs/extras/private-dns.md).

# Private DNS

<details>

<summary>How to add a custom DNS on Android (Android 9+)</summary>

* **Open Settings** on your Android phone.
* Go to **Network & Internet** (or **Connections** > **More Connection Settings** on Samsung).
* Tap on **Private DNS**.
* Select the **Private DNS provider hostname** option.
* Enter one of the following hostnames:\
  **Cloudflare:** `1dot1dot1dot1.cloudflare-dns.com`

</details>

***

## CloudFlare DNS&#x20;

```
1dot1dot1dot1.cloudflare-dns.com
```

***

## Adguard DNS (Adblocking Supported)&#x20;

* Default server&#x20;

  ```
  dns.adguard.com
  ```
* Family protection server&#x20;

  ```
  family.adguard-dns.com
  ```

***

## Uncensored DNS

```
anycast.censurfridns.dk
```

***

## Google DNS&#x20;

```
dns.google
```

***

## Quad9 DNS&#x20;

```
dns.quad9.net
```

***

## Tiar DNS (Adblocking DNS Supported)&#x20;

```
dot.tiar.app
```


---

# 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://faultx.gitbook.io/rn10p-docs/extras/private-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.
