mirror of https://github.com/wulabing/Xray_onekey
parent
48c87d3823
commit
ff1c54fe70
|
@ -230,6 +230,7 @@ modify_inbound_port(){
|
||||||
sed -i "/\"port\"/c \ \"port\":${PORT}," ${v2ray_conf}
|
sed -i "/\"port\"/c \ \"port\":${PORT}," ${v2ray_conf}
|
||||||
else
|
else
|
||||||
sed -i "/\"port\"/c \ \"port\":${port}," ${v2ray_conf}
|
sed -i "/\"port\"/c \ \"port\":${port}," ${v2ray_conf}
|
||||||
|
fi
|
||||||
judge "V2ray inbound_port 修改"
|
judge "V2ray inbound_port 修改"
|
||||||
}
|
}
|
||||||
modify_UUID(){
|
modify_UUID(){
|
||||||
|
|
Loading…
Reference in New Issue