From eb8d8f417128bfa1f64bdc1d6cfc3d003475026c Mon Sep 17 00:00:00 2001 From: bjdgy Date: Fri, 15 Mar 2024 22:43:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20profile=20name(=E7=94=A8?= =?UTF-8?q?=E4=BA=8E=E5=8C=BA=E5=88=86=E4=B8=8D=E5=90=8C=E7=BD=91=E7=AB=99?= =?UTF-8?q?=E7=9A=84=E9=85=8D=E7=BD=AE)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/conf/server-sample.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/server/conf/server-sample.toml b/server/conf/server-sample.toml index 41b3cd0..8dd5ed1 100644 --- a/server/conf/server-sample.toml +++ b/server/conf/server-sample.toml @@ -12,6 +12,7 @@ cert_key = "./conf/vpn_cert.key" files_path = "./conf/files" profile = "./conf/profile.xml" #profile name(用于区分不同网站的配置) +#客户端存放位置 C:\ProgramData\Cisco\Cisco Secure Client\VPN\Profile profile_name = "anylink" #日志目录,为空写入标准输出 #log_path = "./log"