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
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.
11
11
12
12
## Perform DNS lookups
13
13
@@ -71,9 +71,19 @@ Example:
71
71
/dig domain: cloudflare.com type: AAAA records short: True
72
72
```
73
73
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
+
74
84
### Refreshing existing results
75
85
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.
77
87
78
88
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.
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
+
162
182
### Refreshing existing results
163
183
164
184
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:
230
250
231
251
### `invite` command
232
252
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.
234
254
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).
0 commit comments