Add auto_route and auto_detect_interface for linux
This commit is contained in:
12
common/dialer/auto_other.go
Normal file
12
common/dialer/auto_other.go
Normal file
@@ -0,0 +1,12 @@
|
||||
//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
|
||||
}
|
||||
Reference in New Issue
Block a user