Commit graph

160 commits

Author SHA1 Message Date
Dirk Brenken
1f79a51aa9 luci-app-dnscrypt-proxy: fix resolver selection
* fix regex for resolver selection,
bring back 'cs-*' and 'securedns' entries

Signed-off-by: Dirk Brenken <dev@brenken.org>
2017-10-08 09:31:06 +02:00
Hannu Nyman
a876daa4ef Merge pull request #1382 from dibdot/dnscrypt-proxy
luci-app-dnscrypt-proxy: major update
2017-10-04 22:26:02 +03:00
Dirk Brenken
f2d8f1f4cd luci-app-dnscrypt-proxy: major update
* 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>
2017-10-02 10:57:04 +02:00
INAGAKI Hiroshi
9b5f178a57 luci-app-dnscrypt-proxy: Update Japanese translation
Updated Japanese translations.

Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-08-21 00:09:21 +09:00
INAGAKI Hiroshi
ca44b5b788 luci-app-dnscrypt-proxy: Sync translations
Synchronized translations with sources.

Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-08-20 21:38:19 +09:00
Dirk Brenken
dfad516e84 luci-app-dnscrypt-proxy: small fixes & additions
* 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>
2017-08-20 09:12:50 +02:00
INAGAKI Hiroshi
b02330d28c luci-app-dnscrypt-proxy: Add Japanese translation
Added po templates and po for Japanese translations.

Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-08-19 01:00:05 +09:00
INAGAKI Hiroshi
3d3de97bfd luci-app-dnscrypt-proxy: Add more translations
Added translate() functions for some UI texts.

Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-08-18 23:18:44 +09:00
Dirk Brenken
4a9b391d03 luci-app-dnscrypt-proxy: fix ssl dependency
* 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-18 09:04:09 +02:00
Dirk Brenken
14dca2f3ee luci-app-dnscrypt-proxy: new package
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>
2017-08-16 21:49:20 +02:00