mirror of
https://github.com/SagerNet/sing-box.git
synced 2024-11-16 15:02:22 +08:00
9 lines
165 B
Go
9 lines
165 B
Go
package constant
|
|
|
|
const (
|
|
InterfaceTypeWIFI = "wifi"
|
|
InterfaceTypeCellular = "cellular"
|
|
InterfaceTypeEthernet = "ethernet"
|
|
InterfaceTypeOther = "other"
|
|
)
|