Skip to content

Commit

Permalink
Add DNS over Discord to 1.1.1.1 Fun with DNS (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
MattIPv4 authored Oct 19, 2020
1 parent 835f62f commit 3e00c81
Show file tree
Hide file tree
Showing 7 changed files with 48 additions and 5 deletions.
43 changes: 43 additions & 0 deletions products/1.1.1.1/src/content/fun-stuff/dns-over-discord.md
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
4 changes: 2 additions & 2 deletions products/1.1.1.1/src/content/fun-stuff/dns-over-email.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
order: 2
order: 3
---

# DNS over email
Expand Down Expand Up @@ -46,4 +46,4 @@ AAAA example.com

Returns:

![DNS-over-email](https://developers.cloudflare.com/1.1.1.1/img/dns-over-email.png)
![DNS-over-email](../static/dns-over-email.png)
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
order: 3
order: 4
---

# DNS over Telegram
Expand Down
2 changes: 1 addition & 1 deletion products/1.1.1.1/src/content/fun-stuff/dns-over-tor.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
order: 4
order: 5
---

# DNS over Tor
Expand Down
2 changes: 1 addition & 1 deletion products/1.1.1.1/src/content/fun-stuff/dns-over-twitter.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
order: 5
order: 6
---

# DNS over Twitter
Expand Down
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.

0 comments on commit 3e00c81

Please sign in to comment.