您需要 登录 才可以下载或查看,没有账号?注册
工具
手机一台
KSWeb
FRP
不是很详细
服务器
6元
自行搭建 安装 1Panel 面板(小白用户)
有技术的建议自己折腾 Frp Git
frp 服务端
手机 FRPC 填写以下
FRPC
# 服务端服务器ip serverAddr = "1.1.1.1" # FRP服务端端口 serverPort = 7000 # FRP服务端token auth.method = "token" auth.token = "123456" webServer.addr = "0.0.0.0" # Dashboard 端口 webServer.port = 7401 # Dashboard 用户名 webServer.user = "baozishu" # Dashboard 密码 webServer.password = "baozishu" webServer.pprofEnable = false # tls #transport.tls.certFile = "/etc/frp/ssl/client.crt" #transport.tls.keyFile = "/etc/frp/ssl/client.key" #transport.tls.trustedCaFile = "/etc/frp/ssl/ca.crt" [[proxies]] # 隧道名称,可自定义,不能重复 name = "web_nas_http" # 隧道类型,可用tcp, udp, http, https, tcpmux, stcp, sudp, xtcp type = "tcp" # 本地IP地址,如果是本机就127.0.0.1 localIP = "127.0.0.1" # 本地端口,本地服务端口 localPort = 1111 # 远程端口,连接隧道时用的端口 remotePort = 1111
OpenResty
域名访问
使用道具 举报
本版积分规则 发表回复 回帖并转播 回帖后跳转到最后一页