mirror of
https://github.com/lwch/natpass.git
synced 2024-04-21 12:41:54 +00:00
修改默认配置文件
This commit is contained in:
+2
-1
@@ -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,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,5 +1,5 @@
|
||||
- name: vnc # 链路名称
|
||||
target: that # 目标客户端ID
|
||||
target: remote # 目标客户端ID
|
||||
type: vnc # web vnc
|
||||
local_addr: 0.0.0.0 # 本地监听地址
|
||||
local_port: 5900 # 本地监听端口号
|
||||
|
||||
Reference in New Issue
Block a user