sing-box/constant/network.go
2024-11-18 19:39:25 +08:00

9 lines
165 B
Go

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