mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-05-14 08:52:47 +03:00
11 lines
196 B
Go
11 lines
196 B
Go
package constant
|
|
|
|
const (
|
|
TypeDirect = "direct"
|
|
TypeBlock = "block"
|
|
TypeSocks = "socks"
|
|
TypeHTTP = "http"
|
|
TypeMixed = "mixed"
|
|
TypeShadowsocks = "shadowsocks"
|
|
)
|