mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-04-03 03:47:37 +03:00
8 lines
165 B
Go
8 lines
165 B
Go
package constant
|
|
|
|
const (
|
|
InterfaceTypeWIFI = "wifi"
|
|
InterfaceTypeCellular = "cellular"
|
|
InterfaceTypeEthernet = "ethernet"
|
|
InterfaceTypeOther = "other"
|
|
)
|