mirror of
https://github.com/fatedier/frp.git
synced 2026-03-18 15:59:16 +08:00
fix: typos in comments, tests, functions (#5216)
This commit is contained in:
@@ -33,7 +33,7 @@ var _ = ginkgo.Describe("[Feature: Server Manager]", func() {
|
||||
udpPortName := port.GenName("UDP", port.WithRangePorts(12000, 13000))
|
||||
clientConf += fmt.Sprintf(`
|
||||
[[proxies]]
|
||||
name = "tcp-allowded-in-range"
|
||||
name = "tcp-allowed-in-range"
|
||||
type = "tcp"
|
||||
localPort = {{ .%s }}
|
||||
remotePort = {{ .%s }}
|
||||
|
||||
Reference in New Issue
Block a user