Skip to content

Commit

Permalink
Merge pull request thuantran#425 from thuantran/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
jumpsmm7 authored Dec 1, 2022
2 parents f41f1a6 + 4da170a commit 0ab9e12
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions installer
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#██║████╗ ██║██╔════╝╚══██╔══╝██╔══██╗██║ ██║ ██╔════╝██╔══██╗ bigeyes0x0 #
#██║██╔██╗ ██║███████╗ ██║ ███████║██║ ██║ █████╗ ██████╔╝ Current Maintainer: #
#██║██║╚██╗██║╚════██║ ██║ ██╔══██║██║ ██║ ██╔══╝ ██╔══██╗ SomeWhereOverTheRainBow #
#██║██║ ╚████║███████║ ██║ ██║ ██║███████╗███████╗███████╗██║ ██║ v2.4.7 #
#██║██║ ╚████║███████║ ██║ ██║ ██║███████╗███████╗███████╗██║ ██║ v2.4.8 #
#╚═╝╚═╝ ╚═══╝╚══════╝ ╚═╝ ╚═╝ ╚═╝╚══════╝╚══════╝╚══════╝╚═╝ ╚═╝ #
###################################################################################################################

Expand All @@ -27,7 +27,7 @@
# shellcheck disable=SC3057
# shellcheck disable=SC3060

DI_VERSION="v2.4.7"
DI_VERSION="v2.4.8"
export DI_VERSION

readonly LATEST_URL="https://api.github.com/repos/jedisct1/dnscrypt-proxy/releases/latest"
Expand Down Expand Up @@ -1416,7 +1416,7 @@ setup_dnscrypt_impl () {
read_input_dns "2nd Default is" 8.8.8.8
read_input_num "Set log level, default is 2, 0 is the most verbose" 0 6
toml_nvars_replace "fallback_resolvers =" "bootstrap_resolvers = [$BOOTSTRAP2]" "$TOML_FILE"
toml_avars_prep bootstrap_resolvers "\"[$BOOTSTRAP2]\"" log_level "$CHOSEN" ignore_system_dns true listen_addresses "[\'127.0.1.1:53\']" cache false cert_ignore_timestamp true max_clients 25000 keepalive 120 netprobe_timeout 120 netprobe_address "\'$PROBE\'" tls_disable_session_tickets true dnscrypt_ephemeral_keys true http3 true tls_cipher_suite "\"[52393, 52392, 49199, 49195, 4867, 4865]\""
toml_avars_prep bootstrap_resolvers "\"[$BOOTSTRAP2]\"" log_level "$CHOSEN" ignore_system_dns true listen_addresses "[\'127.0.1.1:53\']" cache false cert_ignore_timestamp true max_clients 25000 keepalive 120 netprobe_timeout 120 netprobe_address "\'$PROBE\'" tls_disable_session_tickets true dnscrypt_ephemeral_keys true http3 false tls_cipher_suite "\"[52393, 52392, 49199, 49195, 4867, 4865]\""
case "$ROUTER_MODEL" in
RT-AX56U|RT-AX58U|RT-AX3000)
toml_avar_disable user_name
Expand Down
2 changes: 1 addition & 1 deletion installer.md5sum
Original file line number Diff line number Diff line change
@@ -1 +1 @@
032e163efea9b4b87e3df19911612cc8
6409fb18d6b59f46c8ae3aa913ea9ca9

0 comments on commit 0ab9e12

Please sign in to comment.