From c2c0096790dd413a67b17c1f5c94bb98e9f892ca Mon Sep 17 00:00:00 2001 From: EAimTY Date: Sat, 25 Jun 2022 21:18:00 +0900 Subject: [PATCH] update README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5646386..806510c 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,7 @@ Options: certificate --private-key PRIVATE_KEY Set the certificate private key + --ip IP Set the server listening IP. Default: 0.0.0.0 --congestion-controller CONGESTION_CONTROLLER Set the congestion control algorithm. Available: "cubic", "new_reno", "bbr". Default: "cubic" @@ -100,6 +101,7 @@ The configuration file is in JSON format: "certificate": "/PATH/TO/CERT", "private_key": "/PATH/TO/PRIV_KEY", + "ip": "0.0.0.0", "congestion_controller": "cubic", "max_idle_time": 15000, "authentication_timeout": 1000,