- package constant
- const (
- TypeTun = "tun"
- TypeRedirect = "redirect"
- TypeTProxy = "tproxy"
- TypeDNS = "dns"
- TypeDirect = "direct"
- TypeBlock = "block"
- TypeSocks = "socks"
- TypeHTTP = "http"
- TypeMixed = "mixed"
- TypeShadowsocks = "shadowsocks"
- TypeVMess = "vmess"
- )
|