Is there any DNS Server written in C/C++ which can be compiled using Visual studio on Windows?
I have found many DNS servers, but all of them seem to run only on Linux or require a MinGW compiler.
Is there any DNS Server written in C/C++ which can be compiled using Visual
Share
This tutorial uses the Visual Studio compiler to build the BIND dns server, but from the command line. It does also explain how to correctly compile OpenSSL, which can be quite a pain.