From 18e09a87e078070853243326b53cd235d9a9ffa3 Mon Sep 17 00:00:00 2001 From: EAimTY Date: Mon, 27 Jun 2022 01:03:22 +0900 Subject: [PATCH] fix README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 67f479c..b1f8c7e 100644 --- a/README.md +++ b/README.md @@ -192,7 +192,7 @@ The configuration file is in JSON format: "token": "TOKEN", "ip": "SERVER_IP", - "certificate": "/PATH/TO/CERT", + "certificates": ["/PATH/TO/CERT"], "udp_relay_mode": "native", "congestion_controller": "cubic", "heartbeat_interval": 10000,