修正注释
This commit is contained in:
parent
f85766154c
commit
4fb0893859
@ -15,7 +15,7 @@ create_reality_config(){
|
||||
# 设置端口
|
||||
update_port
|
||||
|
||||
# 设置realty_dest目标域名
|
||||
# 设置reality_dest目标域名
|
||||
update_reality_dest
|
||||
|
||||
green "成功创建配置"
|
||||
@ -36,7 +36,7 @@ create_xhttp_reality_config(){
|
||||
# 生成xhttp_path, 写入到config.json文件
|
||||
update_xhttp_path
|
||||
|
||||
# 设置realty_dest目标域名
|
||||
# 设置reality_dest目标域名
|
||||
update_reality_dest
|
||||
|
||||
# 设置端口
|
||||
|
||||
@ -30,5 +30,5 @@ update_reality_dest(){
|
||||
# 修改配置文件中的serverNames,不带端口号
|
||||
modify_json_file "$config_dir/config.json" ".inbounds[0].streamSettings.realitySettings.serverNames" "[\"$domain\"]"
|
||||
|
||||
echo "修改realty_dest成功"
|
||||
echo "修改reality_dest成功"
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user