We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d310db9 commit 0b9f0d6Copy full SHA for 0b9f0d6
server/install.sh
@@ -1,5 +1,5 @@
1
#!/bin/bash
2
-hihyV="0.4.3.c"
+hihyV="0.4.3.d"
3
function echoColor() {
4
case $1 in
5
# 红色
@@ -313,6 +313,7 @@ function setHysteriaConfig(){
313
protocol="udp"
314
ut="udp"
315
fi
316
+ clientPort="${port}"
317
echo -e "传输协议:"`echoColor red ${protocol}`"\n"
318
if [ "${protocol}" == "udp" ];then
319
echoColor purple "您选择udp协议,可使用[端口跳跃/多端口](Port Hopping)功能"
@@ -343,7 +344,6 @@ function setHysteriaConfig(){
343
344
echo -e "您选择的端口跳跃/多端口(Port Hopping)参数为: "`echoColor red ${portHoppingStart}:${portHoppingEnd}`"\n"
345
else
346
portHoppingStatus="false"
- clientPort=${port}
347
echoColor red "您选择跳过端口跳跃/多端口(Port Hopping)功能"
348
349
0 commit comments