You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/cloudflare-one/connections/connect-devices/agentless/dns/dns-over-tls.mdx
+13-10Lines changed: 13 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,16 +23,24 @@ The DoT hostname contains your unique location name. For example, if the DoT hos
23
23
24
24
### 2. Configure your DoT client
25
25
26
-
Depending on your operating system, you can choose from a variety of standalone DoT clients.
26
+
To configure a DoT client such as `dig`, specify the IP address and the DoT hostname for your location in your query. For example:
27
27
28
-
To configure your DoT client, enter the following IP address and the DoT hostname for your location (for example, `9y65g5srsm.cloudflare-gateway.com`):
28
+
```txt
29
+
Hostname: 9y65g5srsm.cloudflare-gateway.com
30
+
IP address: 162.159.36.5
31
+
```
32
+
33
+
Alternatively, you can use the generic DoT endpoint (`dns.cloudflare-gateway.com`) and include an OPT record (code 65011) and your location name (`9y65g5srsm`). For example:
29
34
30
35
```txt
31
-
Hostname: <DoT hostname>
36
+
Hostname: dns.cloudflare-gateway.com
32
37
IP address: 162.159.36.5
38
+
OPT Record:
39
+
- Code: 65011
40
+
- Value: 9y65g5srsm
33
41
```
34
42
35
-
Alternatively, stub resolvers (e.g., Unbound) support DoT natively. An example configuration is shown below.
43
+
Some stub resolvers support DoT natively. For example, you can configure Unbound to send a DoT query:
Each DNS location has a unique DoT hostname and IPv6 address. Remember to substitute your location's values into the `<IPv6 address>` and `<DoT hostname>` fields.
0 commit comments