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-04 15:55:32 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
1351c43ca2a445d8820928ccf4e0acf4d331f38b
DnsServer
/
DnsServerCore
/
Dhcp
History
Shreyas Zare
f00cdad2ab
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
..
Options
minor refactoring.
2020-05-23 17:30:41 +05:30
DhcpMessage.cs
minor refactoring.
2020-05-23 17:30:41 +05:30
DhcpOption.cs
removed unused dhcp option parsing.
2019-06-15 13:23:27 +05:30
DhcpServer.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
DhcpServerException.cs
DhcpServer: added working dhcp server with basic tests done for all scope options.
2019-06-09 20:51:54 +05:30
Exclusion.cs
DhcpServer: added working dhcp server with basic tests done for all scope options.
2019-06-09 20:51:54 +05:30
Lease.cs
DhcpServer: fixed bug due to invalid host name causing scope to fail to activate. Updated SOA paramerters for zone created by dhcp.
2019-12-14 16:41:49 +05:30
Scope.cs
DhcpServer: added retry with delay in ActivateScope() when no static IP address was found on the system which is common issue when the server boots up.
2020-06-13 19:54:03 +05:30