Files
sing-box-extended-mirror/constant/network.go
T
2024-12-03 11:51:56 +08:00

9 lines
165 B
Go

package constant
const (
InterfaceTypeWIFI = "wifi"
InterfaceTypeCellular = "cellular"
InterfaceTypeEthernet = "ethernet"
InterfaceTypeOther = "other"
)