github.com/sagernet/sing-box@v1.9.0-rc.20/constant/protocol.go (about) 1 package constant 2 3 const ( 4 ProtocolTLS = "tls" 5 ProtocolHTTP = "http" 6 ProtocolQUIC = "quic" 7 ProtocolDNS = "dns" 8 ProtocolSTUN = "stun" 9 )