增加生成short_id的功能,并更新config.json文件
This commit is contained in:
@@ -9,6 +9,9 @@ create_reality_config(){
|
||||
# 生成uui, 写入到config.json文件
|
||||
update_uuid
|
||||
|
||||
# 生成shor_id, 写入到config.json文件
|
||||
update_short_id
|
||||
|
||||
# 生成密钥对, 修改config.json中的密钥属性
|
||||
update_key
|
||||
|
||||
@@ -29,6 +32,9 @@ create_xhttp_reality_config(){
|
||||
|
||||
# 生成uuid, 写入到config.json文件
|
||||
update_uuid
|
||||
|
||||
# 生成shor_id, 写入到config.json文件
|
||||
update_short_id
|
||||
|
||||
# 生成密钥对, 修改config.json中的密钥属性
|
||||
update_key
|
||||
|
||||
Reference in New Issue
Block a user