From 6cad5802abecb52edf44c92a05800c3ee657459f Mon Sep 17 00:00:00 2001 From: MattIPv4 Date: Mon, 12 Aug 2024 03:44:59 +0100 Subject: [PATCH] Update README note for Cloudflare docs --- README.md | 30 ++++-------------------------- 1 file changed, 4 insertions(+), 26 deletions(-) diff --git a/README.md b/README.md index 30f9288..96e3721 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,6 @@ Discord has a limit of 25 options in slash commands, so DNS over Discord offers
Supported DNS record types -
* `A` * `AAAA` @@ -54,7 +53,6 @@ Discord has a limit of 25 options in slash commands, so DNS over Discord offers * `TXT` * `URI` -
To query other DNS record types, or multiple record types at once, use the `/multi-dig` command. @@ -73,7 +71,7 @@ Example: ### Disable DNSSEC checking -You can disable DNSSEC checking in the `dig` command by passing `cdflag` as true. This will get the records even if validation fails. +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. Example: @@ -87,19 +85,14 @@ You can refresh the DNS lookup results by clicking the Refresh button. Clicking 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. -
- ![Refreshing dig domain: cloudflare.com](assets/commands/dig-command-refresh.gif) -
- ### Changing DNS provider By default, the DNS over Discord bot uses Cloudflare's 1.1.1.1 DNS service. You can run the DNS lookup with alternate DNS providers by selecting the dropdown below the result. This shows you a list of available providers. Selecting a new provider updates the results in the message. Any user can change the DNS provider.
Supported DNS providers -
* [1.1.1.1 (Cloudflare)](https://developers.cloudflare.com/1.1.1.1/) * [1.1.1.2 (Cloudflare Malware Blocking)](https://developers.cloudflare.com/1.1.1.1/setup/#1111-for-families) @@ -107,15 +100,10 @@ By default, the DNS over Discord bot uses Cloudflare's 1.1.1.1 DNS service. You * [8.8.8.8 (Google)](https://developers.google.com/speed/public-dns) * [9.9.9.9 (Quad9)](https://www.quad9.net/) -
-
- ![Changing DNS provider (1.1.1.1 -> 8.8.8.8) for dig domain: cloudflare.com](assets/commands/dig-command-provider.gif) -
- ## `multi-dig` command If you want to look up multiple DNS record types at once, use the `/multi-dig` command. This allows you to specify any supported DNS record type, and multiple types separated by a space. @@ -132,7 +120,6 @@ When providing DNS record types for the `/multi-dig` command, Discord will not p
DNS record types supported and considered valid by the bot -
Use a `*` (asterisk) in place of a record type to get DNS results for all supported types. @@ -182,7 +169,6 @@ Use a `*` (asterisk) in place of a record type to get DNS results for all suppor * `URI` * `ZONEMD` -
### Short form response @@ -197,7 +183,7 @@ Example: ### Disable DNSSEC checking -Exactly like `dig` command, you can disable dns checking by passing `cdflag` as true. This will get the records even if validation fails. +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. Example: @@ -211,12 +197,8 @@ The `/multi-dig` command also provides a refresh button below each set of DNS re As with the `/dig` command, any user can press the refresh button to refresh the displayed DNS results, including for DNS queries that had previously failed. -
- ![Refreshing multi-dig domain: cloudflare.com types: A AAAA](assets/commands/multi-dig-command-refresh.gif) -
- ### Changing DNS provider Like the `/dig` command, you can change the DNS provider when using the `/multi-dig` command. The menu appears after each set of DNS results (or after each block of results if more than 10 record types are requested). @@ -225,7 +207,6 @@ This menu can be used be any user to change the DNS provider used for the lookup
Supported DNS providers -
* [1.1.1.1 (Cloudflare)](https://developers.cloudflare.com/1.1.1.1/) * [1.1.1.2 (Cloudflare Malware Blocking)](https://developers.cloudflare.com/1.1.1.1/setup/#1111-for-families) @@ -233,15 +214,10 @@ This menu can be used be any user to change the DNS provider used for the lookup * [8.8.8.8 (Google)](https://developers.google.com/speed/public-dns) * [9.9.9.9 (Quad9)](https://www.quad9.net/) -
-
- ![Changing DNS provider (1.1.1.1 -> 8.8.8.8) for multi-dig domain: cloudflare.com types: A AAAA](assets/commands/multi-dig-command-provider.gif) -
- ## `whois` command The `/whois` command allows you to perform a RDAP/WHOIS lookup right in Discord for a given domain, IP or ASN. @@ -313,6 +289,8 @@ The bot can also be added to accounts with [https://dns-over-discord.v4.wtf/invi # When in Cloudflare docs: - Use `https://cfl.re/3nM6VfQ` instead of `https://dns-over-discord.v4.wtf/invite` +- Use `{{
}}` instead of `
xyz` +- Use `{{
}}` instead of `
` - Remove all images - Remove alternate DNS provider details - Include development foot note as below: