mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-05-14 00:51:12 +03: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
|
|
}
|