mirror of https://github.com/wulabing/Xray_onekey
parent
31df173745
commit
44c46e447f
|
@ -1,3 +1,7 @@
|
||||||
|
## 2019-12-30
|
||||||
|
> 本次更新内容较多,并存在部分代码重构及合并,请各下游留意
|
||||||
|
|
||||||
|
|
||||||
## 2019-11-28
|
## 2019-11-28
|
||||||
* 添加依赖 rng-tools haveged 提高系统熵池的补充速率
|
* 添加依赖 rng-tools haveged 提高系统熵池的补充速率
|
||||||
* 又双叒叕...修复 Nginx 重启后无法开机自启问题
|
* 又双叒叕...修复 Nginx 重启后无法开机自启问题
|
||||||
|
|
|
@ -220,7 +220,7 @@ modify_path(){
|
||||||
modify_alterid(){
|
modify_alterid(){
|
||||||
sed -i "/\"alterId\"/c \\\t \"alterId\":${alterID}" ${v2ray_conf}
|
sed -i "/\"alterId\"/c \\\t \"alterId\":${alterID}" ${v2ray_conf}
|
||||||
judge "V2ray alterid 修改"
|
judge "V2ray alterid 修改"
|
||||||
[ -f ${v2ray_qr_config_file} ] && sed -i "/\"aid\"/c \\ \"aid\": \"${aid}\"," ${v2ray_qr_config_file}
|
[ -f ${v2ray_qr_config_file} ] && sed -i "/\"aid\"/c \\ \"aid\": \"${alterID}\"," ${v2ray_qr_config_file}
|
||||||
echo -e "${GreenBG} alterID:${alterID} ${Font}"
|
echo -e "${GreenBG} alterID:${alterID} ${Font}"
|
||||||
}
|
}
|
||||||
modify_inbound_port(){
|
modify_inbound_port(){
|
||||||
|
|
Loading…
Reference in New Issue