sing-box/constant/network.go
2024-11-29 10:55:17 +08:00

9 lines
165 B
Go

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