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-27 10:14:01 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
792100520ef21ce7d5152cea2a48acd3597d61c5
DnsServer
/
DnsServerCore
History
Shreyas Zare
792100520e
webapp: minor ui issues fixed. added validation checks.
2019-03-09 15:51:02 +05:30
..
www
webapp: minor ui issues fixed. added validation checks.
2019-03-09 15:51:02 +05:30
DnsServer.cs
DnsServer: implemented DNS-over-HTTP without TLS termination for use with reverse proxy like nginx. Implemented draft-ietf-doh-resolver-associated-doh to allow applications to discover associated DoH endpoint to use automatically.
2019-03-09 15:26:28 +05:30
DnsServerCore.csproj
assembly version updated to v2.4 for release
2019-02-03 16:27:58 +05:30
DnsServerException.cs
code refactoring done
2017-09-30 15:54:22 +05:30
DnsWebService.cs
DnsWebService: removed DoH implementation from web service and moved it to DnsServer class so that the admin web console is not exposed due to reverse proxy misconfiguration. Added validation checks for domain parameter in api calls. Minor refactoring done.
2019-03-09 15:38:59 +05:30
LogManager.cs
LogManager: changes done to allow specifying all supported protocol types for logging.
2019-03-02 20:03:12 +05:30
StatsManager.cs
minor implementation changes
2019-01-05 15:42:45 +05:30
Zone.cs
Zone: DomainEquals() implementation improved to correctly match wildcard domain names. Done changes to allow handling root zone correctly.
2019-03-09 15:21:11 +05:30