mirror of
https://github.com/SagerNet/sing-box.git
synced 2024-11-10 02:53:12 +00:00
d1c3dd0ee1
* Add hysteria client/server * Add acme TLS certificate issuer
24 lines
485 B
Go
24 lines
485 B
Go
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"
|
|
)
|
|
|
|
const (
|
|
TypeSelector = "selector"
|
|
)
|