diff options
author | Stan Grishin <stangri@melmac.ca> | 2021-12-28 22:14:18 +0000 |
---|---|---|
committer | Stan Grishin <stangri@melmac.ca> | 2021-12-28 22:24:24 +0000 |
commit | da3bb1e80bc98f90d1128f332fc5ceecc20bf6d5 (patch) | |
tree | 0f3b86747b727ad6c18fdaa17eb2a7cd1f33e1fb /applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.controld.freedns.malware-ads.lua | |
parent | a2d121f05bf815111902900c2e5c638aa0d04d42 (diff) |
luci-app-https-dns-proxy: add AhaDNS and minor fixes
* Add AhaDNS: thanks to @Jefe777 (account now deleted) and their PR at
https://github.com/openwrt/luci/pull/5612
* Update email addresses
* Add missing new line to ControlD files
* Add RPCD reload to uci-defaults file
Signed-off-by: Stan Grishin <stangri@melmac.ca>
Diffstat (limited to 'applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.controld.freedns.malware-ads.lua')
-rw-r--r-- | applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.controld.freedns.malware-ads.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.controld.freedns.malware-ads.lua b/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.controld.freedns.malware-ads.lua index 5849cbd21c..947ed59a1c 100644 --- a/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.controld.freedns.malware-ads.lua +++ b/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.controld.freedns.malware-ads.lua @@ -5,4 +5,4 @@ return { bootstrap_dns = "76.76.2.2,2606:1a40::2", help_link = "https://kb.controld.com/tutorials", help_link_text = "ControlD" -}
\ No newline at end of file +} |