Init commit

This commit is contained in:
世界 2022-06-30 21:27:56 +08:00
commit 60691819b1
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
39 changed files with 2202 additions and 0 deletions

9
constant/proxy.go Normal file
View file

@ -0,0 +1,9 @@
package constant
const (
TypeDirect = "direct"
TypeSocks = "socks"
TypeHTTP = "http"
TypeMixed = "mixed"
TypeShadowsocks = "shadowsocks"
)