Files
sing-box-extended-mirror/constant/network.go
T
2024-12-10 21:37:28 +08:00

9 lines
165 B
Go

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