Most if not all DNS servers have a web interface, why not Microsoft's DNS?
I decided to write one, just because I got tired from logging in to a server every time I wanted to change something, yes, I know about remote management, it wasn't an option for that particular case. time passed by and by the time I was almost done, the project was irrelevant, I did have some fun writing it though!
So here it is before you, mostly working, some parts don't, mostly tested.
https://github.com/drorgl/MSDNSWebAdmin
If you'd like to finish it, enjoy, its on github just for that.
Project contains two interesting libraries:
Heijden.DNS - for querying everything a DNS can tell you, including a trace.
DNSManagement - C# wrapper for WMI MicrosoftDNS namespace.
I decided to write one, just because I got tired from logging in to a server every time I wanted to change something, yes, I know about remote management, it wasn't an option for that particular case. time passed by and by the time I was almost done, the project was irrelevant, I did have some fun writing it though!
So here it is before you, mostly working, some parts don't, mostly tested.
https://github.com/drorgl/MSDNSWebAdmin
If you'd like to finish it, enjoy, its on github just for that.
Project contains two interesting libraries:
Heijden.DNS - for querying everything a DNS can tell you, including a trace.
DNSManagement - C# wrapper for WMI MicrosoftDNS namespace.
HI, How do you deploy this\set it up? If I was familiar with .net, would it be self explanatory? I can try to get up to speed on that.
ReplyDelete