https://github.com/samrobbins85/dns-comparison
A tool to compare DNS services
https://github.com/samrobbins85/dns-comparison
cloudflare dns google quad9
Last synced: 11 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 5 years ago)
- Default Branch: master
- Last Pushed: 2024-12-19T09:34:04.000Z (about 1 year ago)
- Last Synced: 2025-04-02T13:24:35.048Z (11 months ago)
- Topics: cloudflare, dns, google, quad9
- Language: JavaScript
- Homepage: https://dns-compare.vercel.app
- Size: 858 KB
- Stars: 6
- Watchers: 1
- Forks: 2
- 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