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-05 16:24:52 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
8c0a42c659dfd5f4efed4a6d217fc5300fe074c8
DnsServer
/
DnsServerCore
/
Dhcp
History
Shreyas Zare
f8b9a24059
DhcpServer: implemented feature to allow overriding domain name for clients using reserved lease hostname option. Updated wait for interface logic to wait for full time until specific interface address is found.
2021-02-06 18:18:32 +05:30
..
Options
code refactoring done.
2021-02-06 18:13:33 +05:30
DhcpMessage.cs
DhcpMessage: added VendorClassIdentifier property.
2020-10-31 14:13:30 +05:30
DhcpOption.cs
DhcpOption: added parsing entry for VendorSpecificInformation and VendorClassIdentifier.
2020-10-31 14:13:04 +05:30
DhcpServer.cs
DhcpServer: implemented feature to allow overriding domain name for clients using reserved lease hostname option. Updated wait for interface logic to wait for full time until specific interface address is found.
2021-02-06 18:18:32 +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
Exclusion: updated validation condition to allow single address exclusion.
2021-02-06 18:10:34 +05:30
Lease.cs
Lease: added ConvertToReserved() and ConvertToDynamic() to allow changing lease type.
2021-02-06 18:09:59 +05:30
Scope.cs
Scope: implemented ConvertToReservedLease() and ConvertToDynamicLease(). Implemented code changes to allow overriding client domain name. Code refactoring done.
2021-02-06 18:12:15 +05:30