mirror of https://github.com/wulabing/Xray_onekey
parent
54cfbe737e
commit
3f393e6664
|
@ -224,7 +224,7 @@ modify_alterid(){
|
||||||
echo -e "${GreenBG} alterID:${alterID} ${Font}"
|
echo -e "${GreenBG} alterID:${alterID} ${Font}"
|
||||||
}
|
}
|
||||||
modify_inbound_port(){
|
modify_inbound_port(){
|
||||||
if [[ "$shell_mode" = "h2" ]]
|
if [[ "$shell_mode" -ne "h2" ]]
|
||||||
then
|
then
|
||||||
let PORT=$RANDOM+10000
|
let PORT=$RANDOM+10000
|
||||||
sed -i "/\"port\"/c \ \"port\":${PORT}," ${v2ray_conf}
|
sed -i "/\"port\"/c \ \"port\":${PORT}," ${v2ray_conf}
|
||||||
|
|
Loading…
Reference in New Issue