Skip to content

Commit 0a4c5af

Browse files
Create new TS page for debug endpoints and adjust order
1 parent 0920861 commit 0a4c5af

File tree

5 files changed

+31
-3
lines changed

5 files changed

+31
-3
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
pcx_content_type: troubleshooting
3+
title: Available debug endpoints
4+
sidebar:
5+
order: 10
6+
label: Debug endpoints
7+
---
8+
9+
The following debug endpoints are available via `dig` or other DNS query tools.
10+
11+
```sh
12+
$ dig @<YOUR_DOMAIN> chaos txt myip.cloudflare +short
13+
```
14+
15+
```sh
16+
$ dig @<YOUR_DOMAIN> chaos txt id.server +short
17+
```
18+
19+
```sh
20+
$ dig @<YOUR_DOMAIN> chaos txt version.bind +short
21+
```
22+
23+
```sh
24+
$ dig @<YOUR_DOMAIN> txt whoami.cloudflare.net +short
25+
```

src/content/docs/dns/troubleshooting/dns-issues.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
pcx_content_type: troubleshooting
33
source: https://support.cloudflare.com/hc/en-us/articles/217912538-My-DNS-doesn-t-work
44
title: General DNS issues
5+
sidebar:
6+
order: 2
57

68
---
79

src/content/docs/dns/troubleshooting/dns-probe-finished-nxdomain.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: DNS_PROBE_FINISHED_NXDOMAIN
33
pcx_content_type: troubleshooting
44
sidebar:
5-
order: 2
5+
order: 4
66
head:
77
- tag: title
88
content: Fix DNS_PROBE_FINISHED_NXDOMAIN

src/content/docs/dns/troubleshooting/dns-probe-possible.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: DNS_PROBE_POSSIBLE
33
pcx_content_type: troubleshooting
44
sidebar:
5-
order: 2
5+
order: 5
66
head:
77
- tag: title
88
content: Fix DNS_PROBE_POSSIBLE error

src/content/docs/dns/troubleshooting/email-issues.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ title: Email issues
55
head:
66
- tag: title
77
content: Troubleshooting email issues
8-
8+
sidebar:
9+
order: 6
910
---
1011

1112
import { Render } from "~/components"

0 commit comments

Comments
 (0)