token获取方式B站扫码关注我后私信进群方式:(有微信和qq群,关注后私信我,直接加群(token在群公告),如果群二维码失效请联系我哦!)
bindPort = 7000 vhostHTTPPort = 80 vhostHTTPSPort = 443 auth.token='B站扫码关注我后私信进群方式' webServer.addr = "0.0.0.0" webServer.port = 7500 webServer.user = "admin" webServer.password = "admin"
serverAddr = "193.123.85.124" serverPort = 7000 auth.token = "B站扫码关注我后私信进群方式" [[proxies]] name = "ssh" type = "tcp" localIP = "127.0.0.1" localPort = 22 remotePort = 6000 [[proxies]] name = "test-http" type = "http" localIP = "127.0.0.1" localPort = 8000 customDomains = ["1.134.wlphp.com"] [[proxies]] name = "test_htts2http" type = "https" customDomains = ["2.134.wlphp.com"] [proxies.plugin] type = "https2http" localAddr = "127.0.0.1:80" # HTTPS 证书相关的配置 crtPath = "./server.crt" keyPath = "./server.key" hostHeaderRewrite = "127.0.0.1" requestHeaders.set.x-from-where = "frp"
./frps -c ./frps.toml 新版(服务端) ./frpc -c ./frpc.toml 新版(客户端)