手机 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