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
2025-12-27 03:49:54 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
a2e8f7ff5eff396b021a376a56765f48e2cee96f
DnsServer
/
DnsServerCore
History
Shreyas Zare
a2e8f7ff5e
DnsWebService: Implemented multiple block list url support. Added total allowed & block zones stats. Implemented allowed zone api. In memory serialization done for zone and config saving to avoid overwriting file on disk with corrupt data.
2018-10-05 23:57:26 +05:30
..
www
webapp: added
Become A Patron
footer link.
2018-09-30 23:46:54 +05:30
DnsServer.cs
DnsServer: allowed zone added to override blocked zone. retries value set to 1 & timeout parameter added. Recursive query lock implemented to limit only one thread perform recursive resolution for a given domain & type query. Blocked zone change added to never return NameError. Block zone object property set method implemented to allow swapping new zone.
2018-10-05 23:52:43 +05:30
DnsServerCore.csproj
assembly version updated to 1.3.3 for release
2018-08-18 11:59:15 +05:30
DnsServerException.cs
code refactoring done
2017-09-30 15:54:22 +05:30
DnsWebService.cs
DnsWebService: Implemented multiple block list url support. Added total allowed & block zones stats. Implemented allowed zone api. In memory serialization done for zone and config saving to avoid overwriting file on disk with corrupt data.
2018-10-05 23:57:26 +05:30
LogManager.cs
LogManager: added Write(Exception ex) method.
2018-09-30 00:20:15 +05:30
StatsManager.cs
StatsManager: implementation completed with testing for hourly, daily, weekly, monthly & yearly stats.
2018-10-05 23:54:04 +05:30
Zone.cs
Zone: added domain name validation check. DeleteZone() return value updated to bool. AuthoritativeZoneExists() & DeleteSubZones() methods added. IsAuthoritative property added.
2018-10-05 23:48:48 +05:30