Skip to content

Commit 6528a11

Browse files
authored
Add user-installation + DNSSEC disabling to DNS over Discord (#16066)
we have that bot in our Discord and those commands are functional
1 parent ebee572 commit 6528a11

File tree

1 file changed

+24
-3
lines changed

1 file changed

+24
-3
lines changed

src/content/docs/1.1.1.1/other-ways-to-use-1.1.1.1/dns-over-discord.mdx

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ slug: 1.1.1.1/other-ways-to-use-1.1.1.1/dns-over-discord
77

88
import { Details } from "~/components"
99

10-
1.1.1.1 works from a Discord server, thanks to the 1.1.1.1 bot. [Invite the bot to your Discord server](https://cfl.re/3nM6VfQ) to start using DNS over Discord.
10+
1.1.1.1 works from a Discord server, thanks to the 1.1.1.1 bot. [Invite the bot to your Discord server](https://cfl.re/3nM6VfQ) to start using DNS over Discord. Or, [add the bot to your Discord account](https://dns-over-discord.v4.wtf/invite/user) to use it anywhere in Discord.
1111

1212
## Perform DNS lookups
1313

@@ -71,9 +71,19 @@ Example:
7171
/dig domain: cloudflare.com type: AAAA records short: True
7272
```
7373

74+
### Disable DNSSEC checking
75+
76+
You can disable DNSSEC checking in the `dig` command by passing `cdflag` as true. This will return the DNS records even if the DNSSEC validation fails.
77+
78+
Example:
79+
80+
```txt
81+
/dig domain: cloudflare.com type: AAAA records cdflag: True
82+
```
83+
7484
### Refreshing existing results
7585

76-
You can refresh the DNS lookup results by selecting the Refresh button. Selecting it will trigger the bot to re-request the DNS query in the message, and update the results in the message. Any user can select this button.
86+
You can refresh the DNS lookup results by clicking the Refresh button. Clicking it will trigger the bot to re-request the DNS query in the message, and update the results in the message. Any user can click this button.
7787

7888
The refresh button is available on all responses to the `/dig` command, including those that resulted in an error, such as an unknown domain or no records found.
7989

@@ -159,6 +169,16 @@ Example:
159169
/multi-dig domain: cloudflare.com types: CDS CDNSKEY short: True
160170
```
161171

172+
### Disable DNSSEC checking
173+
174+
As with the `dig` command, you can disable DNSSEC checking by passing `cdflag` as true. This will return the DNS records even if the DNSSEC validation fails.
175+
176+
Example:
177+
178+
```txt
179+
/multi-dig domain: cloudflare.com type: AAAA records cdflag: True
180+
```
181+
162182
### Refreshing existing results
163183

164184
The `/multi-dig` command also provides a refresh button below each set of DNS results requested (or after each block of 10 DNS record types, if you requested more than 10).
@@ -230,8 +250,9 @@ Example:
230250

231251
### `invite` command
232252

233-
The `/invite` command provides the user with a quick link to invite the 1.1.1.1 DNS over Discord bot to another Discord server.
253+
The `/invite` command provides the user with a quick link to invite the 1.1.1.1 DNS over Discord bot to another Discord server, or to add it to a Discord account.
234254
The bot can be invited at any time with [https://cfl.re/3nM6VfQ](https://cfl.re/3nM6VfQ).
255+
The bot can also be added to accounts with [https://dns-over-discord.v4.wtf/invite/user](https://dns-over-discord.v4.wtf/invite/user).
235256

236257
```txt
237258
/invite

0 commit comments

Comments
 (0)