Init commit
This commit is contained in:
9
constant/proxy.go
Normal file
9
constant/proxy.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package constant
|
||||
|
||||
const (
|
||||
TypeDirect = "direct"
|
||||
TypeSocks = "socks"
|
||||
TypeHTTP = "http"
|
||||
TypeMixed = "mixed"
|
||||
TypeShadowsocks = "shadowsocks"
|
||||
)
|
||||
Reference in New Issue
Block a user