This commit is contained in:
Cloud Wu
2019-03-26 18:46:31 +08:00
parent 4c9c2ac41d
commit 45afa0fdcf

View File

@@ -30,7 +30,7 @@ local function main()
dns.server()
http_test("http")
if not pcall(require,"ltls") then
if not pcall(require,"ltls.c") then
print "No ltls module, https is not supported"
else
http_test("https")