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-01-02 23:05:57 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
87821d98b70aa412eda9037c2a71e0d9b4e63b05
DnsServer
/
DnsServerCore
History
Shreyas Zare
87821d98b7
webapp: minor fix.
2020-07-12 15:36:02 +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 name of the domain that was blocked in TXT record. Updated min thread count to improve performance. Fixed bugs in CNAME cloaking implementation.
2020-07-12 15:35:42 +05:30
www
webapp: minor fix.
2020-07-12 15:36:02 +05:30
DnsServerCore.csproj
assembly version updated for release.
2020-07-06 19:02:23 +05:30
InvalidTokenWebServiceException.cs
WebService: refactored name from DnsWebService. Added DHCP api calls.
2019-06-15 13:30:03 +05:30
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: refactored name from DnsWebService. Added DHCP api calls.
2019-06-15 13:30:03 +05:30
WebService.cs
WebService: updated TLS port check in ResolveQuery()
2020-07-11 13:42:12 +05:30
WebServiceException.cs
WebService: refactored name from DnsWebService. Added DHCP api calls.
2019-06-15 13:30:03 +05:30