sing-box/constant/network.go

9 lines
165 B
Go
Raw Normal View History

2024-11-11 08:23:45 +00:00
package constant
const (
InterfaceTypeWIFI = "wifi"
InterfaceTypeCellular = "cellular"
InterfaceTypeEthernet = "ethernet"
InterfaceTypeOther = "other"
)