mirror of
https://github.com/samuelhbne/server-xray.git
synced 2025-12-18 21:04:38 +03:00
Squashed commit of the following:
commit8c90a783b6Author: Samuel Huang <samuelh2006@gmail.com> Date: Fri Oct 4 20:37:19 2024 +1000 Trivy compliant commit05857d2008Author: Samuel Huang <samuelh2006@gmail.com> Date: Thu Oct 3 21:44:08 2024 +1000 Add workflow_dispatch to Codacy commit4d3a971d17Author: Samuel Huang <samuelh2006@gmail.com> Date: Thu Oct 3 21:36:40 2024 +1000 Trivy compliant commita9c25bbf1fAuthor: Samuel Huang <samuelh2006@gmail.com> Date: Thu Oct 3 20:56:44 2024 +1000 Update trivy scanner commit368a9c36e0Author: Samuel Huang <samuelh2006@gmail.com> Date: Tue Oct 1 08:20:43 2024 +1000 Codacy compliant
This commit is contained in:
@@ -107,7 +107,7 @@ inbound=$(echo $inbound| jq -c --arg fullchain "${fullchain}" --arg prvkey "${pr
|
||||
# Fallback settings
|
||||
for fb in "${fallback[@]}"
|
||||
do
|
||||
IFS=':'; fopt=(${fb}); fopt=(${fopt[@]})
|
||||
IFS=':'; fopt=("${fb}"); fopt=("${fopt[@]}")
|
||||
fhost="${fopt[0]}"; fport="${fopt[1]}"; fpath="${fopt[2]}"
|
||||
unset IFS
|
||||
if [ -z "${fport}" ]; then >&2 echo -e "Incorrect fallback format: $fb\n"; usage; exit 1; fi
|
||||
|
||||
Reference in New Issue
Block a user