sing-box/common/mux/protocol.go

15 lines
173 B
Go
Raw Normal View History

2022-07-29 16:29:22 +00:00
package mux
import (
2023-04-20 03:16:22 +00:00
"github.com/sagernet/sing-mux"
2022-07-29 16:29:22 +00:00
)
2023-04-20 03:16:22 +00:00
type (
Client = mux.Client
2022-08-03 13:51:34 +00:00
)
2023-04-20 03:16:22 +00:00
var (
Destination = mux.Destination
HandleConnection = mux.HandleConnection
2022-07-29 16:29:22 +00:00
)