proxy.go 169 B

123456789
  1. package constant
  2. const (
  3. TypeDirect = "direct"
  4. TypeSocks = "socks"
  5. TypeHTTP = "http"
  6. TypeMixed = "mixed"
  7. TypeShadowsocks = "shadowsocks"
  8. )