Commit Graph

20 Commits

Author SHA1 Message Date
Shreyas Zare
c593db925f WebService: fixed minor issue in GetRequestRemoteEndPoint(). 2020-05-10 13:35:48 +05:30
Shreyas Zare
b32a042515 proxy implementation related changes done. 2020-04-18 14:06:19 +05:30
Shreyas Zare
5c953cbc52 WebService: fixed minor issue in ResolveQuery() to use correct this-server address. 2020-04-11 12:40:56 +05:30
Shreyas Zare
60d180f48e WebService: Added missing dhcp Stop() call in Stop(). 2020-03-29 16:00:06 +05:30
Shreyas Zare
fcd6cd53a0 minor code optimization changes done. 2020-02-29 18:16:05 +05:30
Shreyas Zare
8336021c0b WebService: fixed null ref exception while doing a DirectQuery() in GetStats(). LoadZoneFiles() will now load system zones directly instead of storing them as zone files. LoadBlockListFile() minor code optimization done to reduce loading time. UpdateBlockLists() now forces GC collection at the end to quickly remove old objects from memory. 2020-02-29 17:58:29 +05:30
Shreyas Zare
52f472f987 implemented zone transfer. code refactoring done. 2020-01-04 12:44:53 +05:30
Shreyas Zare
5a36196eb6 WebService: used dns server DirectQuery() instead of using DnsClient for PTR record in GetStats(). 2019-12-29 14:56:15 +05:30
Shreyas Zare
5408b69db4 proxy bypass list feature implemented. 2019-12-15 18:35:36 +05:30
Shreyas Zare
1c5a22db0a WebService: implemented GetThisDnsServerAddress() to get the correct ip address the server is listening on for querying. 2019-12-14 18:19:20 +05:30
Shreyas Zare
5bb9a8c8dd DnsServer: removed draft-ietf-doh-resolver-associated-doh implementation since the draft is expired. 2019-12-14 17:52:56 +05:30
Shreyas Zare
58a5f75b63 WebService: implemented inner error message feature. SetDnsSettings() change to read forwarder protocol first to allow automatic config of TLS port 853. Updated zone default SOA parameters. Fixed issues in ResolveQuery() to allow querying PTR record directly. 2019-12-14 16:48:05 +05:30
Shreyas Zare
b726aff442 WebService: updated dhcp scope api to add comments property. 2019-07-28 15:53:34 +05:30
Shreyas Zare
4c6652decd WebService: updated GetStats() api with new stats and new chart. Updated zone api to support CAA record. Refactored UpdateRecord() api call for simple usage. Fixed minor TTL related issue with dns client import record feature. Updated zone file loading from 'zones' directory. 2019-06-29 12:15:46 +05:30
Shreyas Zare
f2dd188e2a WebService: Updated dashboard api to return client domain name for display. Implemented useThisDnsServer feature for dhcp api calls. Minor dhcp api call changes done. 2019-06-22 15:42:00 +05:30
Shreyas Zare
4a5ab0516a WebService: minor bug fixes done. 2019-06-16 21:47:47 +05:30
Shreyas Zare
d23baaefab WebService: fixed minor issues with dhcp api calls. 2019-06-16 21:27:16 +05:30
Shreyas Zare
030ebc2da6 Scope: replaces LeaseTime with day, hour and minute based time selection. 2019-06-15 20:56:48 +05:30
Shreyas Zare
8dff54ed18 WebService: implemented dashboard client ip to domain mapping using dhcp map data. Implemented 'internal' zone option for validation to prevent unauthorized operations on internal zones. Implemented dhcp lease and zone sorting. Fixed minor issues. 2019-06-15 18:11:08 +05:30
Shreyas Zare
5cd6b7db97 WebService: refactored name from DnsWebService. Added DHCP api calls. 2019-06-15 13:30:03 +05:30