就是有的时候有延时,有的时候没延时
错误码是connect ECONNREFUSED ip和端口
用了跳板服务器的错误码是Connection lost before handshake
可能是ISP运营商给你阻断了。 走个代理就行。
我试试
ip暴露了
可以打个码(X
好像没啥用
您可通过内网frp穿透web服务,下面提供配置文件:
serverAddr = “10.10.2.1”
serverPort = 12400
auth.method = “token”
auth.token = “Frps1010”
#上面的不用改
[[proxies]]
name = “web02” #换名字重复会报错
type = “https” #可选http/https
localIP = “127.0.0.1”
localPort = 8000 #本地http/https端口
customDomains = [“web02.yourdomain.com”] #你的域名,正式使用前请删除所有注释
他还给了个这个东西,我要怎么配置?