Dual DHCP DNS Server for Windows.
Find a file
Aaron John Schlosser dd218e4a9d Even more renaming
2016-12-05 22:30:20 -08:00
.gitignore Add .gitignore 2016-12-05 12:34:07 -08:00
DualServer.cpp Even more renaming 2016-12-05 22:30:20 -08:00
DualServer.h Even more renaming 2016-12-05 22:30:20 -08:00
LICENSE Initial commit 2016-12-02 15:53:02 -08:00
README.md Add README and update license templates 2016-12-02 16:24:30 -08:00

Dual DHCP DNS Server

As the name implies. This is a fork of the following project by Achal Dhir:

https://sourceforge.net/projects/dhcp-dns-server/

The goal is to clean up, continue to maintain, and extend as needed.

Building

In order to build for Windows, this requires the Windows 7 SDK. The SDK can be obtained from Microsoft here:

https://www.microsoft.com/en-us/download/details.aspx?id=3138

Using your preferred IDE, use the GCC compiler (i.e. MinGW) to compile this with the following linked libraries: -lws2_32 -lwsock32 -liphlpapi.