mirror of
https://github.com/SagerNet/sing-box.git
synced 2024-11-10 02:53:12 +00:00
13 lines
203 B
Go
13 lines
203 B
Go
//go:build !linux
|
|
|
|
package dialer
|
|
|
|
import (
|
|
"github.com/sagernet/sing-box/adapter"
|
|
"github.com/sagernet/sing/common/control"
|
|
)
|
|
|
|
func BindToInterface(router adapter.Router) control.Func {
|
|
return nil
|
|
}
|