Add v2ray HTTP transport

This commit is contained in:
世界
2022-08-22 22:19:25 +08:00
parent 192c360801
commit 46ed01b4c9
14 changed files with 452 additions and 68 deletions
+5
View File
@@ -0,0 +1,5 @@
package constant
import E "github.com/sagernet/sing/common/exceptions"
var ErrTLSRequired = E.New("TLS required")