赞
踩
1.frp服务器配置
[common]
bind_port = 7000 #与客户端绑定的进行通信的端口
vhost_http_port = 8080 #访问客户端web服务自定义的端口号,如外网访问nas需要域名加这个端口
vhost_https_port = 8443
token = 12345678 #秘钥可以自己修改
2.群晖frp客户端配置
[common] server_addr = 服务器ip server_port = 7000 #服务器bind_port token = 12345678 [ssh] type = tcp local_ip = 127.0.0.1 local_port = 22 remote_port = 6000 #设置后ssh登陆群晖需加-p 6000 [nasweb] type = http local_ip = 127.0.0.1 local_port = 5000 #群晖NAS登陆地址端口是5000 custom_domains = dsm.liliqiong.tk [nasphoto] type = tcp #协议为TCP协议 local_ip = 127.0.0.1 local_port = 80 remote_port = 5001 #需要做一个端口转发才可以实现APP登陆,端口自定义 custom_domains = photo.liliqiong.tk [esxi] type = https #协议为https local_ip
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。