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