vault backup: 2023-07-12 12:58:32
This commit is contained in:
parent
2b6ad1c951
commit
ab0c443cfd
@ -17,37 +17,38 @@ docker run --restart=always --network host -d \
|
|||||||
服务器配置:
|
服务器配置:
|
||||||
```ini
|
```ini
|
||||||
[common]
|
[common]
|
||||||
# server_addr为FRPS服务器IP地址
|
# 监听端口
|
||||||
server_addr = bluerose.top
|
bind_port = 7000
|
||||||
# server_port为服务端监听端口,bind_port
|
# 面板端口
|
||||||
server_port = 7890
|
dashboard_port = 7500
|
||||||
|
# 登录面板账号设置
|
||||||
|
dashboard_user = bluerose
|
||||||
|
dashboard_pwd = ljj199221
|
||||||
|
# 设置http及https协议下代理端口(非重要)
|
||||||
|
vhost_http_port = 7080
|
||||||
|
vhost_https_port = 7081
|
||||||
# 身份验证
|
# 身份验证
|
||||||
token = 12345678
|
token = 12345678
|
||||||
[ssh]
|
[ssh]
|
||||||
type = tcp
|
type = tcp
|
||||||
local_ip = 127.0.0.1
|
local_ip = 127.0.0.1
|
||||||
local_port = 22
|
local_port = 22
|
||||||
remote_port = 2288
|
remote_port = 17022
|
||||||
# [ssh] 为服务名称,下方此处设置为,访问frp服务段的2288端口时,等同于通过中转服务器访问127.0.0.1的22端口。
|
# [ssh] 为服务名称,下方此处设置为,访问frp服务段的2288端口时,等同于通过中转服务器访问127.0.0.1的22端口。
|
||||||
# type 为连接的类型,此处为tcp
|
# type 为连接的类型,此处为tcp
|
||||||
# local_ip 为中转客户端实际访问的IP
|
# local_ip 为中转客户端实际访问的IP
|
||||||
# local_port 为目标端口
|
# local_port 为目标端口
|
||||||
# remote_port 为远程端口
|
# remote_port 为远程端口
|
||||||
[ssh]
|
# [ssh]
|
||||||
|
# type = tcp
|
||||||
|
# local_ip = 192.168.1.229
|
||||||
|
# local_port = 80
|
||||||
|
# remote_port = 18022
|
||||||
|
[wol web]
|
||||||
type = tcp
|
type = tcp
|
||||||
local_ip = 192.168.1.229
|
local_ip = 127.0.0.1
|
||||||
local_port = 80
|
local_port = 7000
|
||||||
remote_port = 18022
|
remote_port = 17000
|
||||||
[unRAID web]
|
|
||||||
type = tcp
|
|
||||||
local_ip = 192.168.1.229
|
|
||||||
local_port = 80
|
|
||||||
remote_port = 18088
|
|
||||||
[Truenas web]
|
|
||||||
type = tcp
|
|
||||||
local_ip = 192.168.1.235
|
|
||||||
local_port = 80
|
|
||||||
remote_port = 18188
|
|
||||||
```
|
```
|
||||||
|
|
||||||
# 内网Linux客户端
|
# 内网Linux客户端
|
||||||
|
Loading…
x
Reference in New Issue
Block a user