mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-04-03 20:07:36 +03:00
Init commit
This commit is contained in:
commit
60691819b1
39 changed files with 2202 additions and 0 deletions
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"
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue