| 123456789101112131415161718192021222324252627 | 
							- package constant
 
- const (
 
- 	TypeTun          = "tun"
 
- 	TypeRedirect     = "redirect"
 
- 	TypeTProxy       = "tproxy"
 
- 	TypeDirect       = "direct"
 
- 	TypeBlock        = "block"
 
- 	TypeDNS          = "dns"
 
- 	TypeSocks        = "socks"
 
- 	TypeHTTP         = "http"
 
- 	TypeMixed        = "mixed"
 
- 	TypeShadowsocks  = "shadowsocks"
 
- 	TypeVMess        = "vmess"
 
- 	TypeTrojan       = "trojan"
 
- 	TypeNaive        = "naive"
 
- 	TypeWireGuard    = "wireguard"
 
- 	TypeHysteria     = "hysteria"
 
- 	TypeTor          = "tor"
 
- 	TypeSSH          = "ssh"
 
- 	TypeShadowTLS    = "shadowtls"
 
- 	TypeShadowsocksR = "shadowsocksr"
 
- )
 
- const (
 
- 	TypeSelector = "selector"
 
- )
 
 
  |