mirror of
https://github.com/lwch/natpass.git
synced 2024-04-21 12:41:54 +00:00
10 lines
409 B
YAML
10 lines
409 B
YAML
- name: shell # 链路名称
|
|
target: remote # 目标客户端ID
|
|
type: shell # web shell
|
|
local_addr: 0.0.0.0 # 本地监听地址
|
|
# local_port: 2222 # 本地监听端口号
|
|
#exec: /bin/bash # 运行命令
|
|
# windows默认powershell或cmd
|
|
# 其他系统bash或sh
|
|
env: # 环境变量设置
|
|
- TERM=xterm |