use https for termux

This commit is contained in:
bigeagle 2016-10-31 00:57:08 +08:00
parent 16d97db2b7
commit c4c6f15c43

View File

@ -7,7 +7,7 @@ _here=`dirname $(realpath $0)`
BASE_PATH="${TUNASYNC_WORKING_DIR}" BASE_PATH="${TUNASYNC_WORKING_DIR}"
base_url=${TUNASYNC_UPSTREAM_URL:-"http://termux.net"} base_url=${TUNASYNC_UPSTREAM_URL:-"https://termux.net"}
ARCHES=("aarch64" "all" "arm" "i686") ARCHES=("aarch64" "all" "arm" "i686")