frpc: support multiple confs (#2873)

This commit is contained in:
fatedier
2022-03-28 12:12:35 +08:00
committed by GitHub
parent 305e40fa8a
commit 18a2af4703
5 changed files with 66 additions and 32 deletions

View File

@@ -150,7 +150,7 @@ var _ = Describe("[Feature: Server-Plugins]", func() {
type = tcp
local_port = {{ .%s }}
remote_port = 0
`, framework.TCPEchoServerPort, remotePort)
`, framework.TCPEchoServerPort)
f.RunProcesses([]string{serverConf}, []string{clientConf})