aboutsummaryrefslogtreecommitdiff
path: root/net/stubby/files/README.md
Commit message (Collapse)AuthorAge
* stubby: fix typoSalim B2020-09-18
| | | | Signed-off-by: Salim B salim@posteo.de
* stubby: switch to ca-bundleMaxim Storchak2019-12-23
| | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* stubby: Fix UCI command in READMESalim B2019-08-04
| | | | Signed-off-by: Salim B <salim@posteo.de>
* stubby: add support for TLS configuration optionsJonathan G. Underwood2019-05-10
| | | | | | | | | - tls_cipher_list - tls_ciphersuites - tls_min_version - tls_max_version Signed-off-by: Jonathan G. Underwood <jonathan.underwood@gmail.com>
* stubby: add support for tls_port resolver config option (#8889)Jonathan G. Underwood2019-05-10
| | | | Signed-off-by: Jonathan G. Underwood <jonathan.underwood@gmail.com>
* stubby: fixed duplicate IPv6 address in stubby.yml; fixed typo in README.mdJannik Vieten2019-03-18
| | | | Signed-off-by: Jannik Vieten <me@exploide.net>
* stubby: update to version 0.2.4Jonathan G. Underwood2019-01-20
| | | | | | | | | | | | | | | | | | This upstream release adds support for trust_anchors_backoff_time configuration parameter. UCI support has been added for this. This commit also includes a number of clean-ups: o change START=50 to START=30 in init file Starting earlier in the boot means less chance of missing interface trigger events. See: https://github.com/openwrt/packages/pull/4675 o remove unused variables from init file o separate local declarations and assignments in init file o add defensive quoting in init file o use default values for procd respawn in init file o make use of {} in variables consistent in init file o remove unused variable from init file Signed-off-by: Jonathan G. Underwood <jonathan.underwood@gmail.com>
* stubby: add reload_config to documentationJonathan G. Underwood2018-10-27
| | | | Signed-off-by: Jonathan G. Underwood <jonathan.underwood@gmail.com>
* stubby: add uci support to init fileJonathan G. Underwood2018-10-14
| | | | | | | | | | | | | | | | | | This commit brings UCI support to the stubby package. o All options are documented in the README.md file. o The README.md file has been re-written to include a short usage manual. o The default configuration now includes more Cloudflare addresses. o The stubby service is (re)started using procd triggers from a specified interface with a configurable time delay. o Round robin use of upstream resolvers is now activated by default. o Client privacy is now activated by default. o Options are added for specifying the log level of the daemon and command line options passed to the stubby command. Signed-off-by: Jonathan G. Underwood <jonathan.underwood@gmail.com>
* stubby: use EDNS client-subnet privacy by defaultTony Ambardar2018-09-23
| | | | | | | | Retain the upstream value since privacy is usually the key user motivation for using DNS-over-TLS, and simply note that those encountering sub-optimal routing may consider disabling the setting. Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
* stubby: Bump to 0.2.3David Mora2018-05-13
| | | | | | Update to new upstream version. Also changed to Cloudflare's DNS as default. Signed-off-by: David Mora <iamperson347+public@gmail.com>
* stubby: Bump to 0.2.2 plus updates to default configDavid Mora2018-02-21
Bump version plus changes to address concerns regarding default config for stubby provided with this package Signed-off-by: David Mora <iamperson347+public@gmail.com>