2025-05-06 2025-05-06 根据官方配置文档 ,方法为加入多个[[proxies]],如: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 serverAddr = "X.X.X.X" serverPort = 7000 [[proxies]] name = "test-tcp" type = "tcp" localIP = "127.0.0.1" localPort = 22 remotePort = 6000 [[proxies]] name="tkctf" type = "tcp" localIP = "127.0.0.1" localPort = 80 remotePort = 80 警告⚠,frp确实很方便但同时也强烈建议frps配置一下auth-token,不然非常不安全!!!!!!!!!!!!!!!!! auth.method = “token” auth.token = “12345678” 前一篇 docker开放端口出现 curl: (56) Recv failure: Connection reset by peer的原因之一 后一篇 starting container process caused: exec: “catalina.sh“: executable file not found in $PATH: unknown
说些什么吧!