stoneridge/windows
Nick Hurley 716f4051bd WTF happened here? 2013-02-26 14:45:56 -08:00
..
README Update windows dns modifier 2012-07-10 12:30:53 -07:00
install.py Bring in windows DNS modifier from neckonet 2012-05-10 16:08:22 -07:00
srarp.py Use universal_newlines on windows-specific programs, just in case 2013-02-26 12:15:50 -08:00
srdns.cs Update windows dns modifier 2012-07-10 12:30:53 -07:00
srdns.exe Update windows dns modifier 2012-07-10 12:30:53 -07:00
srmqproxy.py WTF happened here? 2013-02-26 14:45:56 -08:00
srwebmq.py Persist queue on disk for windows 2013-02-26 14:15:40 -08:00
srwebworker.py Persist queue on disk for windows 2013-02-26 14:15:40 -08:00

README

This contains the source code and executable for the Stone Ridge DNS modifier
that runs on windows.

You need to have .NET Framework v4 installed to run the service.

It's C#. To build it (if you really feel like building your own copy, or if you
want to change things), create a new C# console project in Visual Studio.
Overwrite the file it generates with srdns.cs from this directory. You need to
add a reference to the System.ServiceProcess assembly to your project before
you build this (in the Solution Explorer, right-click on "References", select
"Add Reference", and then on the .NET tab, select "System.ServiceProcess" and
hit "OK").

Your resulting exe can be added as a service using sc.exe (see
install.py for an example of the command line used).

Enjoy