mirror of
https://github.com/SagerNet/sing-box.git
synced 2024-11-10 02:53:12 +00:00
15 lines
173 B
Go
15 lines
173 B
Go
package mux
|
|
|
|
import (
|
|
"github.com/sagernet/sing-mux"
|
|
)
|
|
|
|
type (
|
|
Client = mux.Client
|
|
)
|
|
|
|
var (
|
|
Destination = mux.Destination
|
|
HandleConnection = mux.HandleConnection
|
|
)
|