mirror of https://github.com/bjdgyc/anylink.git
添加 profile name(用于区分不同网站的配置)
This commit is contained in:
parent
632080c1d6
commit
eb8d8f4171
|
@ -12,6 +12,7 @@ cert_key = "./conf/vpn_cert.key"
|
||||||
files_path = "./conf/files"
|
files_path = "./conf/files"
|
||||||
profile = "./conf/profile.xml"
|
profile = "./conf/profile.xml"
|
||||||
#profile name(用于区分不同网站的配置)
|
#profile name(用于区分不同网站的配置)
|
||||||
|
#客户端存放位置 C:\ProgramData\Cisco\Cisco Secure Client\VPN\Profile
|
||||||
profile_name = "anylink"
|
profile_name = "anylink"
|
||||||
#日志目录,为空写入标准输出
|
#日志目录,为空写入标准输出
|
||||||
#log_path = "./log"
|
#log_path = "./log"
|
||||||
|
|
Loading…
Reference in New Issue