windows icon indicating copy to clipboard operation
windows copied to clipboard

Windows client for NextDNS

NextDNS for Windows

Build

Setup Environment

  • Install Visual Studio Community
    • In Visual Studio, install the following components
      • .NET desktop development
      • Desktop development with C++
      • Universal Windows Platform development
  • Install Windows SDK
  • Install Windows WDK
  • Install NSIS
  • Install Golang
  • Copy the NextDNS.crt and NextDNS.pfx files at the root of the project directory

Clone Repository

  • Open Visual Studio
  • Clone the repository
  • Ctrl+Q -> Developer Command Prompt
  • Type build (you can build the UI using the option -nosign which will build the app without the certificate)