mirror of
https://github.com/fatedier/frp.git
synced 2025-07-27 15:45:39 +00:00
update release notes (#4055)
This commit is contained in:
@@ -30,10 +30,11 @@ var _ = ginkgo.Describe("[Feature: Client-Plugins]", func() {
|
||||
name = "%s"
|
||||
type = "tcp"
|
||||
remotePort = {{ .%s }}
|
||||
`+extra, proxyName, portName) + fmt.Sprintf(`
|
||||
[proxies.plugin]
|
||||
type = "unix_domain_socket"
|
||||
unixPath = "{{ .%s }}"
|
||||
`+extra, proxyName, portName, framework.UDSEchoServerAddr)
|
||||
`, framework.UDSEchoServerAddr)
|
||||
}
|
||||
|
||||
tests := []struct {
|
||||
|
Reference in New Issue
Block a user