sing-box/constant/network.go
2024-12-21 19:40:00 +08:00

9 lines
165 B
Go

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