Commit Graph

217 Commits

Author SHA1 Message Date
Shreyas Zare
3b968437b3 GeoDistanceApp: fixed issue with wildcard records. 2023-07-09 15:55:41 +05:30
Shreyas Zare
647e96dcba GeoCountryApp: fixed issue with wildcard records. 2023-07-09 15:55:21 +05:30
Shreyas Zare
f3d2420f3d GeoContinentApp: fixed issue with wildcard records. 2023-07-09 15:54:58 +05:30
Shreyas Zare
4c5ac6ec65 FailoverApp: fixed issue with wildcard records. 2023-07-09 15:54:28 +05:30
Shreyas Zare
01198a6958 AutoPTR: updated implementation to return correct RCODE for all cases. 2023-07-09 15:53:26 +05:30
Shreyas Zare
dc34da6931 app assembly version updated for release. 2023-07-02 17:09:51 +05:30
Shreyas Zare
086fd16b62 ZoneAlias: added new dns app for zone alias support. 2023-07-02 15:53:07 +05:30
Shreyas Zare
945abd9702 app assembly version updated for release. 2023-05-27 17:50:15 +05:30
Shreyas Zare
fe530b560a WildIp: updated ipv6 parsing to support hex string format. 2023-05-27 13:38:03 +05:30
Shreyas Zare
37d003b926 added qname and app record name check. 2023-05-27 13:37:20 +05:30
Shreyas Zare
7af52d1f3e WeightedRoundRobin: added new app. 2023-05-27 13:28:37 +05:30
Shreyas Zare
9d8a2deaba AutoPtr: added new app. 2023-05-27 12:52:20 +05:30
Shreyas Zare
ea46a32b5d app assembly version updated for release 2023-04-29 16:18:14 +05:30
Shreyas Zare
d3bd40c9e5 AdvancedForwarding: implemented conditional forwarding client subnet. Updated app config template. 2023-04-23 16:07:49 +05:30
Shreyas Zare
b8d42871f4 AdvancedForwarding: updated domain matching to support wildcard domain. 2023-04-07 14:07:14 +05:30
Shreyas Zare
68167dc7e6 Failover.HealthCheck: updated implementation to disable http auto redirect which is causing to fail to verify the health status of the actual server in question. 2023-04-07 14:04:16 +05:30
Shreyas Zare
8983444758 Failover: using HttpClientNetworkHandler that does retries as well as resolves via given dns client. 2023-03-18 13:35:09 +05:30
Shreyas Zare
cccbacad13 AdvancedBlocking: using HttpClientNetworkHandler that does retries as well as resolves via given dns client. 2023-03-18 13:32:07 +05:30
Shreyas Zare
d2432cb983 app assembly version updated for release. 2023-03-11 17:02:44 +05:30
Shreyas Zare
2920c418d7 AdvancedForwarding: Updated ProcessRequestAsync() to check if request has RD flag set before forwarding. 2023-03-11 15:12:34 +05:30
Shreyas Zare
6c3168f5d4 AdvancedBlocking: updated ProcessRequestAsync() allowed domain resolution handling to log better error log. Updated DownloadListFileAsync() to perform http retries. 2023-03-11 15:11:09 +05:30
Shreyas Zare
232146bd19 WildIp: setting correct RA flag in response. 2023-03-05 19:32:28 +05:30
Shreyas Zare
aeb69b8acf WhatIsMyDns: setting correct RA flag in response. 2023-03-05 19:31:59 +05:30
Shreyas Zare
e217bf6ef9 SplitHorizon: setting correct RA flag in response. 2023-03-05 19:31:37 +05:30
Shreyas Zare
80dae846b4 NoData: setting correct RA flag in response. 2023-03-05 19:31:06 +05:30
Shreyas Zare
6a0eef7b39 GeoDistance: setting correct RA flag in response. 2023-03-05 19:30:43 +05:30
Shreyas Zare
c4d56b2120 GeoCountry: setting correct RA flag in response. 2023-03-05 19:30:13 +05:30
Shreyas Zare
6412f41af1 GeoContinent: setting correct RA flag in response. 2023-03-05 19:29:37 +05:30
Shreyas Zare
1b5ccf49a2 Failover: setting correct RA flag in response. 2023-03-05 19:29:06 +05:30
Shreyas Zare
24222d0bf1 DnsBlockList: setting correct RA flag in response. 2023-03-05 19:28:18 +05:30
Shreyas Zare
3b314225d3 BlockPage: updated app to support "enableWebServer" config option to stop the web server from starting when not needed without need to uninstall the app. 2023-03-05 19:27:30 +05:30
Shreyas Zare
b085afca5c updated default app config 2023-02-26 18:02:37 +05:30
Shreyas Zare
4a81bc7656 app assembly version updated for release. 2023-02-25 17:07:36 +05:30
Shreyas Zare
c975caa76d updated app config default values. 2023-02-25 17:07:12 +05:30
Shreyas Zare
2aba1bb46c AdvancedForwarding: updated app to detect if domain is the same as that of the forwarder. 2023-02-25 12:56:16 +05:30
Shreyas Zare
8b929a84d8 AdvancedBlocking: updated parser to read inline comments correctly. 2023-02-25 12:55:08 +05:30
Shreyas Zare
12db30dcb7 app assembly version updated for release 2023-02-18 17:51:13 +05:30
Shreyas Zare
a2d3c63d63 AdvancedForwarding: minor formatting changes. 2023-02-18 17:50:40 +05:30
Shreyas Zare
bc63754a55 WildIp: setting correct RA flag value. 2023-02-18 11:35:31 +05:30
Shreyas Zare
d6c0c39799 WhatIsMyDns: setting correct RA flag value. 2023-02-18 11:34:58 +05:30
Shreyas Zare
a27e38ee48 SplitHorizon: setting correct RA flag value. 2023-02-18 11:34:09 +05:30
Shreyas Zare
adee4265b2 QueryLogsSqlite: minor refactoring changes. 2023-02-18 11:33:30 +05:30
Shreyas Zare
9daaed04dc NxDomain: setting correct RA flag value. 2023-02-18 11:32:54 +05:30
Shreyas Zare
50c5999e27 NoData: setting correct RA flag value. 2023-02-18 11:32:18 +05:30
Shreyas Zare
2bf17df6bf GeoDistance: setting correct RA flag value. 2023-02-18 11:31:41 +05:30
Shreyas Zare
a19a80bede GeoContinent: setting correct RA flag value. 2023-02-18 11:30:55 +05:30
Shreyas Zare
bead5d88cf GeoCountry: setting correct RA flag value. 2023-02-18 11:28:38 +05:30
Shreyas Zare
c84ce72dec Failover: setting correct RA flag value. 2023-02-18 11:27:22 +05:30
Shreyas Zare
b496f835c3 DnsBlockList: setting correct value for RA flag. 2023-02-18 11:26:42 +05:30
Shreyas Zare
7e89f3a507 Dns64: minor changes. 2023-02-18 11:25:53 +05:30