Initial REALITY support

This commit is contained in:
Samuel Huang
2024-09-10 21:42:36 +10:00
parent 4d53046fca
commit 89cce5715f
5 changed files with 5 additions and 5 deletions

2
run.sh
View File

@@ -181,7 +181,7 @@ if [ -n "${SVCMD}" ]; then
fi
if [ -n "${NGOPT}" ]; then
ngcmd="${DIR}server-nginx.sh"
ngcmd="${DIR}/server-nginx.sh"
for ngopt in "${NGOPT[@]}"
do
ngcmd="${ngcmd} --ng-opt ${ngopt},$xopt"