aboutsummaryrefslogtreecommitdiff
path: root/net/https-dns-proxy
Commit message (Collapse)AuthorAge
...
* treewide: add conffilesHuangbin Zhan2020-05-09
| | | | Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
* https-dns-proxy: bugfix: memory leakStan Grishin2020-04-11
| | | | Signed-off-by: Stan Grishin <stangri@melmac.net>
* https-dns-proxy: support for dnsmasq noresolv optionStan Grishin2020-03-20
| | | | Signed-off-by: Stan Grishin <stangri@melmac.net>
* https-dns-proxy: shellcheck & beautifyStan Grishin2020-03-13
| | | | Signed-off-by: Stan Grishin <stangri@melmac.net>
* https-dns-proxy: Update for reverted commitGerard Ryan2020-03-12
| | | | | | | | * Reapplied daf538d8c63a2be72e32f87276ca06db7dc7df5e * Updated README * Replaced the ipv4_resolvers option with a ipv6_resolvers_only option Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* https_dns_proxy: Added optional ipv4 resolversGerard Ryan2020-03-10
| | | | | | | | | * Added optional ipv4 resolvers UCI config option * Added logging to logd * Refactored verbosity UCI config option * Filtered out any address from being added to dnsmasq Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* https-dns-proxy: fix deleting server items, configurable dnsmasq settings changeStan Grishin2020-01-25
| | | | Signed-off-by: Stan Grishin <stangri@melmac.net>
* https_dns_proxy: Added optional ipv4 resolversGerard Ryan2019-12-18
| | | | | | | | | * Added optional ipv4 resolvers UCI config option * Added logging to logd * Refactored verbosity UCI config option * Filtered out any address from being added to dnsmasq Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* https-dns-proxy: switch to https-dns-proxy package nameStan Grishin2019-12-17
| | | | Signed-off-by: Stan Grishin <stangri@melmac.net>
* net/https-dns-proxy: Update to 2019-10-09Kevin Darbyshire-Bryant2019-11-21
| | | | Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
* https-dns-proxy: implement dnsmasq integrationStan Grishin2019-10-31
| | | | Signed-off-by: Stan Grishin <stangri@melmac.net>
* https-dns-proxy: avoid picking up host clang-tidyEneas U de Queiroz2019-08-14
| | | | | | | | | | | | Otherwise compilation fails when clang-tidy is found in the host: -- clang-tidy found: /usr/lib/llvm/7/bin/clang-tidy error: unknown argument: '-fhonour-copts' [clang-diagnostic-error] error: unknown argument:'-iremap[...]:https_dns_proxy-2018-04-23' [clang-diagnostic-error] Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* https-dns-proxy: new init script and config filesStan Grishin2018-09-02
| | | | Signed-off-by: Stan Grishin <stangri@melmac.net>
* net/https-dns-proxy: Update to 2018-04-23Jemy Zhang2018-04-26
| | | | | | + add option for resolver_url_prefix Signed-off-by: Jemy Zhang <jemy.zhang@gmail.com>
* net/https-dns-proxy: Update to 2018-01-28Jemy Zhang2018-03-07
| | | | | | | | + initial DNS resolve via proxy + option of subnet address + option of proxy server Signed-off-by: Jemy Zhang <jemy.zhang@gmail.com>
* net/https-dns-proxy: Update to 2018-01-24.Darren Tucker2018-01-26
| | | | | | | | | | Add dependency on ca-bundle without which the HTTPS fetches fail. Add "-x" option to force HTTP/1.1 instead of HTTP/2.0 Add a workaround for bug in libcurl <7.530 that prevents it from working at all when built with mbedtls. Signed-off-by: Darren Tucker <dtucker@dtucker.net> Acked-by: Aaron Drew <aarond10@gmail.com>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | fix Makefile chmod (644) replace MD5SUM with HASH add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git (PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* https-dns-proxy: bump PKG_RELEASEHannu Nyman2017-01-12
| | | | Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* https-dns-proxy: Fix wrong commandline argumentAaron Drew2017-01-12
| | | | Init scripts were configuring daemon to write log to file "127.0.0.1" instead. Signed-off-by: Aaron Drew <aarond10@gmail.com>
* https-dns-proxy: Switch from bz2 to xzAaron Drew2017-01-09
| | | Signed-off-by: Aaron Drew <aarond10@gmail.com>
* https-dns-proxy: Version bumpAaron Drew2017-01-08
| | | | | Version bump. Now includes support for SRV records, cap on concurrent requests. Signed-off-by: Aaron Drew <aarond10@gmail.com>
* https-dns-proxy: Version bumpAaron Drew2016-09-04
| | | | Signed-off-by: Aaron Drew <aarond10@gmail.com>
* packages: cleanup Makefile variablesStephen Walker2016-07-09
| | | | | | Standard assignment is immediate expansion without any extraneous spacing, RFC822 compliant email addresses without any quotation marks and long git hashes Signed-off-by: Stephen Walker <stephendwalker+github@gmail.com>
* https-dns-proxy: add package.Aaron Drew2016-06-21
Signed-off-by: Aaron Drew <aarond10@gmail.com>