update README
This commit is contained in:
parent
d4581e45fe
commit
c2c0096790
@ -65,6 +65,7 @@ Options:
|
|||||||
certificate
|
certificate
|
||||||
--private-key PRIVATE_KEY
|
--private-key PRIVATE_KEY
|
||||||
Set the certificate private key
|
Set the certificate private key
|
||||||
|
--ip IP Set the server listening IP. Default: 0.0.0.0
|
||||||
--congestion-controller CONGESTION_CONTROLLER
|
--congestion-controller CONGESTION_CONTROLLER
|
||||||
Set the congestion control algorithm. Available:
|
Set the congestion control algorithm. Available:
|
||||||
"cubic", "new_reno", "bbr". Default: "cubic"
|
"cubic", "new_reno", "bbr". Default: "cubic"
|
||||||
@ -100,6 +101,7 @@ The configuration file is in JSON format:
|
|||||||
"certificate": "/PATH/TO/CERT",
|
"certificate": "/PATH/TO/CERT",
|
||||||
"private_key": "/PATH/TO/PRIV_KEY",
|
"private_key": "/PATH/TO/PRIV_KEY",
|
||||||
|
|
||||||
|
"ip": "0.0.0.0",
|
||||||
"congestion_controller": "cubic",
|
"congestion_controller": "cubic",
|
||||||
"max_idle_time": 15000,
|
"max_idle_time": 15000,
|
||||||
"authentication_timeout": 1000,
|
"authentication_timeout": 1000,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user