Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samrobbins85/dns-comparison
A tool to compare DNS services
https://github.com/samrobbins85/dns-comparison
cloudflare dns google quad9
Last synced: 3 months ago
JSON representation
A tool to compare DNS services
- Host: GitHub
- URL: https://github.com/samrobbins85/dns-comparison
- Owner: samrobbins85
- License: mit
- Created: 2020-07-13T14:44:52.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-05T18:57:40.000Z (10 months ago)
- Last Synced: 2024-08-02T15:53:48.919Z (6 months ago)
- Topics: cloudflare, dns, google, quad9
- Language: JavaScript
- Homepage: https://dns-compare.vercel.app
- Size: 1.02 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DNS comparison
This application compares the blocking capability of the major DNS providers## Running the application
First, install the dependencies with
```bash
npm install
```then you can run it with
```bash
npm run dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
To learn more about how this works, open the Wiki tab on GitHub