Add custom TLS server support for http based v2ray transports

This commit is contained in:
世界 2023-02-28 12:29:02 +08:00
parent f15f525c5c
commit ed50257735
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
13 changed files with 768 additions and 146 deletions

View file

@ -1,3 +1,5 @@
//go:build !go1.20
package v2rayhttp
import (