Skip to content

distdns/distdns-desktop

 
 

Repository files navigation

DistDNS Desktop

DistDNS Desktop is an easy way to use DistDNS servers. Base on electron framework, it should work on Linux, MacOS and Windows.

There is not released binaries for the moment as the app is still in heavy development.

Install

git clone https://github.com/distdns/distdns-desktop
cd opennic-desktop
yarn install

Run

yarn start

Build

Use electron-builder to build for all operating system. You can also use electron-builder cli to build only for your platform.

Note: if builded from MacOS, you will need to install rpm to build RPM package and snapcraft for snap brew install rpm snapcraft

# To build for all platforms

yarn dist

# Use electron-builder
node_modules/.bin/electron-builder --help

About

Quickly set your desktop to use DNS servers from the DistDNS project

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 73.4%
  • CSS 15.9%
  • HTML 10.7%