DNS over Discord

Perform DNS lookups via 1.1.1.1 from the comfort of your Discord server.

About

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.

The DNS over Discord bot uses the new Slash Commands feature in Discord to provide native commands for performing DNS lookups right in your Discord server, forwarding them to the 1.1.1.1 DNS over HTTPS resolver and passing the results right back to you in your Discord channel.

Why Workers

Thanks to Discord's new Slash Commands feature, the bot can operate and be triggered with webhooks (instead of the webscoket gateway previously used for bots). This makes it a perfect fit for Workers, running the code right on the edge and removing the need for an origin, responding at lightning speeds to webhook calls from Discord when users run commands.