添加 profile name(用于区分不同网站的配置)

This commit is contained in:
bjdgy
2024-03-15 22:33:17 +08:00
parent cca9e377c5
commit 632080c1d6
6 changed files with 10 additions and 4 deletions

View File

@@ -11,6 +11,8 @@ cert_file = "./conf/vpn_cert.pem"
cert_key = "./conf/vpn_cert.key"
files_path = "./conf/files"
profile = "./conf/profile.xml"
#profile name(用于区分不同网站的配置)
profile_name = "anylink"
#日志目录,为空写入标准输出
#log_path = "./log"
log_path = ""