A desktop application that creates a DNS server on the local machine. Through the application, DNS records can be added, and the server responds to queries for those DNS records. If the DNS record is not found in the local records, it falls back to using a user-defined DoH (DNS over HTTPS) query.
App is built with the electron-forge framework and uses the following technologies:
To get a local copy up and running follow these simple steps.
This is an example of how to list things you need to use the software and how to install them.
- yarn
yarn global add @electron-forge/cli
- Clone the repo
git clone https://github.com/kadirgun/private-dns-server
- Install packages
yarn install
- Start the app
yarn start