Age | Commit message (Collapse) | Author |
|
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
|
|
- remove needless Turris Omnia logread workaround, due to changes in
latest syslog-ng package
Signed-off-by: Dirk Brenken <dev@brenken.org>
|
|
Signed-off-by: Leong Hui Wong <wong.leonghui@gmail.com>
|
|
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>
|
|
This fixes issues dicovered by check-controllers.sh
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
|
|
* change csv download url to new maintainer
* small fixes
Signed-off-by: Dirk Brenken <dev@brenken.org>
|
|
* fix regex for resolver selection,
bring back 'cs-*' and 'securedns' entries
Signed-off-by: Dirk Brenken <dev@brenken.org>
|
|
* automatically transfer dnscrypt specific settings to dnsmasq as well,
This may change the values for 'noresolv', 'resolvfile',
'allservers' and the list 'server' settings (enabled by default)
* parse/show the resolver, Location, DNSSEC- and NOLOG-Flag
in the resolver select box
* make buttons for resolver list download & file creation
(resolv-crypt.conf) more descriptive & responsive
* ease the startup trigger handling
* add an edit tab for 'resolv-crypt.conf' in the 'Advanced' section
Signed-off-by: Dirk Brenken <dev@brenken.org>
|
|
* check/add for 'global' section to fix a possible issue with old
(non-default) dnscrypt-proxy config files
* a custom 'resolv-crypt.conf' can now be added in the new "Extra
options" section
* accept IPv4 and IPv6 address as local dnscrypt ip address
Signed-off-by: Dirk Brenken <dev@brenken.org>
|
|
Added translate() functions for some UI texts.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
|
|
* 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>
|
|
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>
|