-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add DNS over Discord to 1.1.1.1 Fun with DNS (#100)
- Loading branch information
Showing
7 changed files
with
48 additions
and
5 deletions.
There are no files selected for viewing
43 changes: 43 additions & 0 deletions
43
products/1.1.1.1/src/content/fun-stuff/dns-over-discord.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
--- | ||
order: 2 | ||
--- | ||
|
||
# DNS over Discord | ||
|
||
Ever wanted to make DNS requests from the comfort of your Discord server? Well now you can, thanks to the [@1.1.1.1 bot](https://bit.ly/DNS-over-Discord). | ||
|
||
To start using the DNS over Discord bot, invite it to your Discord server using this link: [https://bit.ly/DNS-over-Discord](https://bit.ly/DNS-over-Discord) | ||
|
||
The bot only requires basic permissions to read messages in your server and send messages to reply to the DNS queries. | ||
|
||
Once the bot is in your server, you can mention it (@1.1.1.1) followed by a domain name to begin making DNS requests. Provide DNS record types after the domain name to get back results for each record type. You can also use an asterisk ("*") in place of a record type to get back DNS results for all supported types. | ||
|
||
If you ever need help with the usage of the DNS over Discord bot, mention it (@1.1.1.1) with no other arguments and it will return a help message with example usage for all supported features of the bot. | ||
|
||
Example: | ||
|
||
@1.1.1.1 cloudflare.com | ||
|
||
Returns: | ||
|
||
![@1.1.1.1 cloudflare.com](../static/dns-over-discord-1.png) | ||
|
||
Example: | ||
|
||
@1.1.1.1 cloudflare.com A AAAA | ||
|
||
Returns: | ||
|
||
![@1.1.1.1 cloudflare.com A AAAA](../static/dns-over-discord-2.png) | ||
|
||
|
||
DNS over Discord supports the following record types, with `*` being supported to fetch them all: | ||
|
||
A | ||
NS | ||
CNAME | ||
MX | ||
TXT | ||
AAAA | ||
SRV | ||
CAA |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
order: 3 | ||
order: 4 | ||
--- | ||
|
||
# DNS over Telegram | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
order: 4 | ||
order: 5 | ||
--- | ||
|
||
# DNS over Tor | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
order: 5 | ||
order: 6 | ||
--- | ||
|
||
# DNS over Twitter | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.