From c8cec5425066ccef2758d329856c08bd08e16359 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Tue, 28 Jul 2020 19:05:56 +0900 Subject: [PATCH] Update config.js --- config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.js b/config.js index 2a67866..f6e0f15 100644 --- a/config.js +++ b/config.js @@ -4,7 +4,7 @@ exports.config = { host: "158.247.196.146", port: 8388, password: "korea82", - chiper: "chacha20-ietf-poly1305" + cipher: "chacha20-ietf-poly1305" }, webapp: { baseURL: "http://158.247.196.146/"