frps.yaml配置
bindAddr: "0.0.0.0"
bindPort: 3440
kcpBindPort: 3440
vhostHTTPPort: 3480
vhostHTTPSPort: 3443
log:
to: "./frps.log"
level: "info"
maxDays: 10
auth:
method: "token"
token: "asdf1234"
transport:
maxPoolCount: 5
frpc.yaml配置:
serverAddr: "7.23.734.12"
serverPort: 3440
auth:
token: "asdf1234"
proxies:
- name: "web"
type: "http"
localIP: "127.0.0.1"
localPort: 28080
customDomains:
- "xx.xxxx.com"
3440 3480 端口都已经开启了。
访问 xx.xxxx.com:3480 出现提示
The page you requested was not found.
Sorry, the page you are looking for is currently unavailable.
Please try again later.
The server is powered by frp.
Faithfully yours, frp.
frpc客户端已经脸上frps服务端了,但是访问的时候有错误日志: [proxy/proxy.go:206] [e521124fbbacb488] [ns-http] connect to local service [127.0.0.1:28080] error: dial tcp 127.0.0.1:28080: connect: connection refused
|