mirror of
https://github.com/nadoo/glider.git
synced 2025-02-23 01:15:41 +08:00
11 lines
131 B
Go
11 lines
131 B
Go
package smux
|
|
|
|
import "github.com/nadoo/glider/proxy"
|
|
|
|
func init() {
|
|
proxy.AddUsage("smux", `
|
|
Smux scheme:
|
|
smux://host:port
|
|
`)
|
|
}
|