This website requires JavaScript.
Explore
Help
Sign In
fergalmoran
/
DnsServer
Watch
1
Star
0
Fork
0
You've already forked DnsServer
mirror of
https://github.com/fergalmoran/DnsServer.git
synced
2026-05-17 00:26:06 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
c9ba96e82f807ac4e4be2f534168b2c6e345da7f
DnsServer
/
DnsServerCore
History
Shreyas Zare
c9ba96e82f
AuthZone: implemented GetNameServerAddresses(), GetPrimaryNameServerAddresses() and GetAllNameServerAddresses() common functions for code reuse.
2020-06-20 17:31:41 +05:30
..
Dhcp
DhcpServer: implemented waitForInterface option in ActivateScope() to allow waiting upto 30 sec for activating scope on server startup. Implemented stopping option in UnloadScope() to avoid closing socket when server is stopping to prevent from getting indefinitely blocked due to .NET Core bug on linux.
2020-06-20 14:05:43 +05:30
Dns
AuthZone: implemented GetNameServerAddresses(), GetPrimaryNameServerAddresses() and GetAllNameServerAddresses() common functions for code reuse.
2020-06-20 17:31:41 +05:30
www
webapp: ui enhancements done. added OISD block list.
2020-06-20 14:02:35 +05:30
DnsServerCore.csproj
assembly version updated to v4.1 for release
2020-01-04 14:03:38 +05:30
InvalidTokenWebServiceException.cs
…
LogManager.cs
LogManager: minor fix done.
2020-06-06 16:44:57 +05:30
SocketExtension.cs
Fixed socket dispose getting blocked issue with work around. More info on the issue:
https://github.com/dotnet/runtime/issues/37873
2020-06-14 19:57:21 +05:30
UserSession.cs
…
WebService.cs
WebService: fixed minor issues. updated zone loading sequence. loading for block list zone done async to allow server to start quickly.
2020-06-20 14:01:02 +05:30
WebServiceException.cs
…