fix: VMess GetShareLink

This commit is contained in:
ChsBuffer
2020-11-04 21:52:40 +08:00
parent 1091486877
commit 39ea679298

View File

@@ -66,7 +66,7 @@ namespace Netch.Servers.VMess
type = server.FakeType,
host = server.Host,
path = server.Path,
tls = server.TLSSecure
tls = server.TLSSecureType
});
return "vmess://" + ShareLink.URLSafeBase64Encode(vmessJson);
}