mirror of
https://github.com/SagerNet/sing-box.git
synced 2024-11-25 18:11:28 +00:00
9 lines
118 B
Go
9 lines
118 B
Go
|
package constant
|
||
|
|
||
|
const (
|
||
|
ProtocolTLS = "tls"
|
||
|
ProtocolHTTP = "http"
|
||
|
ProtocolQUIC = "quic"
|
||
|
ProtocolDNS = "dns"
|
||
|
)
|