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-02-18 13:56:31 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
d55fdd13523f013021f8bbf392a5bf2d70f17d68
DnsServer
/
DnsServerCore
History
Shreyas Zare
5bd3230fc2
webapp: implemented use this server option in conditional forwarder config. Other UI changes and refactoring done.
2020-07-04 16:44:51 +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
DnsServer: added ThisServer property to provide correct name server address of this server. Added logging to help debugging. Updated code to select conditional forwarders without this-server entry when there are multiple FWD records. Added GetResolverQueryKey() to correctly generate query key.
2020-07-04 16:38:17 +05:30
www
webapp: implemented use this server option in conditional forwarder config. Other UI changes and refactoring done.
2020-07-04 16:44:51 +05:30
DnsServerCore.csproj
…
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 log messages to show more details. Used 0 ttl for FWD records. Updated GetRecords() to correctly return data when no records exists. Implemented ThisServer property. Code refactoring done.
2020-07-04 16:41:21 +05:30
WebServiceException.cs
…