修改默认配置文件

This commit is contained in:
lwch
2021-10-09 15:34:20 +08:00
parent f05e053bfc
commit ae0470cbaf
2 changed files with 2 additions and 2 deletions
+1 -2
View File
@@ -1,6 +1,5 @@
id: this # 客户端ID
server: 127.0.0.1:6154 # 服务器地址
#include conf.d/connection.yaml
#include conf.d/log.yaml
#include conf.d/*.yaml
tunnel: # tunnel列表
#include tunnel.d/*.yaml
+1
View File
@@ -1,4 +1,5 @@
listen: 6154 # 监听端口号
#include conf.d/*.yaml
tls:
key: /dir/to/tls/key/file # tls密钥
crt: /dir/to/tls/crt/file # tls证书