2022-07-13 11:01:20 +00:00
|
|
|
//go:build !linux && !windows
|
2022-07-10 00:18:52 +00:00
|
|
|
|
|
|
|
package dialer
|
|
|
|
|
|
|
|
import (
|
|
|
|
"github.com/sagernet/sing-box/adapter"
|
|
|
|
"github.com/sagernet/sing/common/control"
|
|
|
|
)
|
|
|
|
|
|
|
|
func BindToInterface(router adapter.Router) control.Func {
|
|
|
|
return nil
|
|
|
|
}
|