This commit is contained in:
ChsBuffer
2021-02-16 22:34:13 +08:00
parent 07ec5fb84a
commit 182937ab69
2 changed files with 12 additions and 5 deletions

View File

@@ -325,8 +325,8 @@ namespace Netch.Servers.V2ray.Utils
case "quic":
var quicSettings = new QuicSettings
{
security = server.Host,
key = server.Path,
security = server.QUICSecure,
key = server.QUICSecret,
header = new Header
{
type = server.FakeType