Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wmalinowski/universal-doh

DNS over HTTPS universal TypeScript library
https://github.com/wmalinowski/universal-doh

async-dns browser bun cloudflare-dns cloudflare-workers dns dns-client dns-lookup dns-over-https dns-query dns-resolver doh google-dns idn nodejs punycode quad9-dns typescript web-workers

Last synced: 13 days ago
JSON representation

DNS over HTTPS universal TypeScript library

Awesome Lists containing this project

README

        

# universal-doh

This project is a work in progress.

## Current Status

As of now, a very simple implementation of the `resolve()` function is available.
It currently return a string, and this will definitely change in the (near) future.

The resolver uses DoH POST method and handles IDN domains and EDNS0 message padding
already. Currently it uses Cloudflare DNS server, but this will be configurable
in the future.

## Getting Started

To get started with the current state of this project, follow these steps:

1. Clone the repository
2. Install the dependencies using `npm install`
3. Run the project using `npm dev` to play around with the resolver in your browser

It is not available as a package yet, as it is still in a very early stage.