标签:common 同步 https 配置 host 分享图片 指定 server 端口映射
其实其他的也类似, 只是指定 tcp 的端口不一致就可以. frp 实现的外网端口映射"肥肠"方便.
也推广下 frp 的地址 frp-github 上边的文档很丰富, 我这里就不
搬砖了.
## server 端配置
[common]
bind_port = 7000
#vhost_http_port = 8080
dashboard_port = 7500 # 开启dashboard
dashboard_user = username
dashboard_pwd = password
max_pool_count = 5
authentication_timeout = 900
[ssh]
listen_port = 6000
auth_token = xxxxx
## client 端配置
[common]
server_addr = xxxx # 自己远端的服务器地址
server_port = 7000
auth_token = xxxxx # 可以设置这个进行auth_token认证, client也要配置相同
pool_count = 5
[ssh]
type = tcp
local_ip = xxxxxx
local_port = 22
remote_port = 6000
[nas]
#privilege_mode = true
type = tcp
local_port = 5000
remote_port = 5000
[drive]
#privilege_mode = true
type = tcp
local_port = 10002 # 这个端口是在群晖中开启的
remote_port = 3000
如图, 其中的端口设置为 自己想要的端口
标签:common 同步 https 配置 host 分享图片 指定 server 端口映射
原文地址:https://www.cnblogs.com/asdfq/p/9533321.html