mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-07-03 04:48:42 +00:00
10 lines
180 B
Go
10 lines
180 B
Go
package iffmonitor
|
|
|
|
import "github.com/sagernet/sing-box/adapter"
|
|
|
|
type InterfaceMonitor interface {
|
|
adapter.Service
|
|
DefaultInterfaceName() string
|
|
DefaultInterfaceIndex() int
|
|
}
|