修改默认配置文件

This commit is contained in:
lwch
2022-01-05 14:52:17 +08:00
parent 663fa9036d
commit fa5e152fb3
3 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -6,4 +6,5 @@ dashboard: # web面板
listen: 0.0.0.0 # 监听地址
port: 8080 # 监听端口号
#include common.yaml
rules: # rule列表
rules: # rule列表
#include rule.d/*.yaml
+1 -1
View File
@@ -1,5 +1,5 @@
- name: shell # 链路名称
target: that # 目标客户端ID
target: remote # 目标客户端ID
type: shell # web shell
local_addr: 0.0.0.0 # 本地监听地址
local_port: 2222 # 本地监听端口号
+1 -1
View File
@@ -1,5 +1,5 @@
- name: vnc # 链路名称
target: that # 目标客户端ID
target: remote # 目标客户端ID
type: vnc # web vnc
local_addr: 0.0.0.0 # 本地监听地址
local_port: 5900 # 本地监听端口号