aboutsummaryrefslogtreecommitdiff
path: root/net/stubby/files/stubby.init
Commit message (Collapse)AuthorAge
* stubby: restart on trigger interfacesAleksandr V. Piskunov2022-05-25
| | | | | | | | Force restart stubby if any of the trigger interfaces goes up or down. Avoids DoT DNS lookup timeouts when default route changes, in case of multiple upstream interfaces. Signed-off-by: Aleksandr V. Piskunov <aleksandr.v.piskunov@gmail.com>
* stubby: quote address value in configDmitry Mikhirev2021-12-26
| | | | | | fixes #17421 Signed-off-by: Dmitry Mikhirev <mikhirev@gmail.com>
* stubby: Add multi WAN support for procd triggerJames White2021-08-07
| | | | Signed-off-by: James White <james@jmwhite.co.uk>
* stubby: fix handling of tls_port config optionJonathan G. Underwood2020-06-27
| | | | Signed-off-by: Jonathan G. Underwood <jonathan.underwood@gmail.com>
* stubby: fix init scriptRosen Penev2020-02-26
| | | | | | The configuration file was not being generated. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* stubby: makefile and init script cleanupRosen Penev2020-02-24
| | | | | | | | | | | | | | | | | Reordered Makefile according to https://github.com/openwrt/packages/pull/9399#issuecomment-508727872 . Added PKG_BUILD_PARALLEL for faster compilation. Remove duplicated conffiles section. Install /etc/config/stubby using INSTALL_CONF, as is done elsewhere Run init script through shellcheck and clean it up. Added chmod for the stubby config file, to fix a LuCI issue. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* 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: fix handling of pkis in config (#8888)Jonathan G. Underwood2019-05-10
| | | | Signed-off-by: Jonathan G. Underwood <jonathan.underwood@gmail.com>
* 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: fix loading of config fileJonathan 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: remove unnecessary core limitTony Ambardar2018-09-23
| | | | | | | | Remove the limit setting core="unlimited", since this shouldn't be needed in production use (i.e. non-debug) and on an embedded platform, which is why it's rarely used by any existing packages. Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
* stubby: Initial commit of openwrt package for stubby daemonDavid Mora2018-01-29
(This daemon utilizes the getdns library) Signed-off-by: David Mora <iamperson347+public@gmail.com>