summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-dnscrypt-proxy/Makefile
AgeCommit message (Collapse)Author
2018-04-18libs: move http.protocol.{date,mime,conditionals} to luci-lib-httpprotoutilsJo-Philipp Wich
Also adjust the dependencies of components depending on these classes and flatten the namespace from luci.http.protocol.* to luci.http.* Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2017-08-18luci-app-dnscrypt-proxy: fix ssl dependencyDirk Brenken
* remove libustream-mbedtls dependency in makefile and check for 'libustream-ssl.so' in the app. (fix for #1310) * add missing uclient-fetch dependency in makefile. Signed-off-by: Dirk Brenken <dev@brenken.org>
2017-08-16luci-app-dnscrypt-proxy: new packageDirk Brenken
to ease the dnscrypt-proxy configuration I've build this package, main features: * full resolver list handling, incl. list refresh and simple resolver selection per instance * trigger support * support the following (conditional) options: * resolvers_list * ephemeral_keys * blacklist * block_ipv6 * local_cache * query_log_file Signed-off-by: Dirk Brenken <dev@brenken.org>