Skip to content

Commit 4da170a

Browse files
authored
Merge pull request #424 from jumpsmm7/dev
Dev
2 parents 2cf87e6 + f2ab95c commit 4da170a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

installer

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#██║████╗ ██║██╔════╝╚══██╔══╝██╔══██╗██║ ██║ ██╔════╝██╔══██╗ bigeyes0x0 #
1717
#██║██╔██╗ ██║███████╗ ██║ ███████║██║ ██║ █████╗ ██████╔╝ Current Maintainer: #
1818
#██║██║╚██╗██║╚════██║ ██║ ██╔══██║██║ ██║ ██╔══╝ ██╔══██╗ SomeWhereOverTheRainBow #
19-
#██║██║ ╚████║███████║ ██║ ██║ ██║███████╗███████╗███████╗██║ ██║ v2.4.7 #
19+
#██║██║ ╚████║███████║ ██║ ██║ ██║███████╗███████╗███████╗██║ ██║ v2.4.8 #
2020
#╚═╝╚═╝ ╚═══╝╚══════╝ ╚═╝ ╚═╝ ╚═╝╚══════╝╚══════╝╚══════╝╚═╝ ╚═╝ #
2121
###################################################################################################################
2222

@@ -27,7 +27,7 @@
2727
# shellcheck disable=SC3057
2828
# shellcheck disable=SC3060
2929

30-
DI_VERSION="v2.4.7"
30+
DI_VERSION="v2.4.8"
3131
export DI_VERSION
3232

3333
readonly LATEST_URL="https://api.github.com/repos/jedisct1/dnscrypt-proxy/releases/latest"
@@ -1416,7 +1416,7 @@ setup_dnscrypt_impl () {
14161416
read_input_dns "2nd Default is" 8.8.8.8
14171417
read_input_num "Set log level, default is 2, 0 is the most verbose" 0 6
14181418
toml_nvars_replace "fallback_resolvers =" "bootstrap_resolvers = [$BOOTSTRAP2]" "$TOML_FILE"
1419-
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]\""
1419+
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]\""
14201420
case "$ROUTER_MODEL" in
14211421
RT-AX56U|RT-AX58U|RT-AX3000)
14221422
toml_avar_disable user_name

installer.md5sum

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
032e163efea9b4b87e3df19911612cc8
1+
6409fb18d6b59f46c8ae3aa913ea9ca9

0 commit comments

Comments
 (0)