Skip to content

Commit 0ab041e

Browse files
committed
Refine values
1 parent 844d652 commit 0ab041e

File tree

1 file changed

+3
-3
lines changed
  • src/content/docs/cloudflare-one/connections/connect-devices/agentless/dns

1 file changed

+3
-3
lines changed

src/content/docs/cloudflare-one/connections/connect-devices/agentless/dns/dns-over-tls.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Hostname: 9y65g5srsm.cloudflare-gateway.com
3030
IP address: 162.159.36.5
3131
```
3232

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:
33+
Alternatively, you can use the generic DoT endpoint (`dns.cloudflare-gateway.com`) and include an `OPT` record with code `65011` and value of your location name. For example:
3434

3535
```txt
3636
Hostname: dns.cloudflare-gateway.com
@@ -49,6 +49,6 @@ tls-cert-bundle: "/etc/ssl/cert.pem"
4949
forward-zone:
5050
name: "."
5151
forward-tls-upstream: yes
52-
forward-addr: 172.64.36.1@853#9y65g5srsm.cloudflare-gateway.com
53-
forward-addr: 2001:db8:abcd::1234#9y65g5srsm
52+
forward-addr: 162.159.36.5@853#9y65g5srsm.cloudflare-gateway.com
53+
forward-addr: 2001:db8:abcd::1234#9y65g5srsm.cloudflare-gateway.com
5454
```

0 commit comments

Comments
 (0)