DNS.Surf

screenshot of DNS.Surf
nextjs
react
tailwind

Querying DNS Resolution Results in Different Regions Worldwide.

Overview:

DNS.Surf is a service that allows users to query DNS resolution results in different regions worldwide using Vercel and Cloudflare platforms. By utilizing global DNS records and DoH (DNS over HTTPS) technology, users can obtain DNS resolution results from various countries and cities.

Features:

  • Global DNS Resolution: Obtain DNS resolution results from multiple countries and regions.
  • Deployment Options: Supports deployment on both Vercel and Cloudflare platforms.
  • Easy Configuration: Simple steps to deploy and configure DNS resolution for the desired regions.
  • Cross-Origin Verification: Customize CORS_ORIGIN variable for cross-origin verification.
  • Cloudflare API Integration: Modify variables like WORKER_HOST, CLOUDFLARE_ZONE_ID, and CLOUDFLARE_API_TOKEN for configuring DNS resolution.

Deploy to Vercel:

  1. Fork the project to your GitHub repository.
  2. Create a new project on Vercel.
  3. Select the DNS.Surf project and specify the Next.js framework.
  4. Save and deploy the project.
  5. Optionally, bind a domain for the deployment.

Deploy to Cloudflare:

  1. Fork the project to your GitHub repository.
nextjs
Next.js

Next.js is a React-based web framework that enables server-side rendering, static site generation, and other powerful features for building modern web applications.

react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

tailwind
Tailwind

Tailwind CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

mdx
MDX

MDX is a format that allows developers to write JSX within Markdown documents, combining the power of React with the simplicity of Markdown. This allows for the creation of dynamic and interactive content that can be easily shared and consumed across different platforms and devices.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.

vercel
Vercel

Vercel offers built-in support for deploying and hosting Next.js applications, making it a popular choice among Next.js developers.