From ee7c132085d92c819019b6065b37ab2122573129 Mon Sep 17 00:00:00 2001 From: acetone <63557806+freeacetone@users.noreply.github.com> Date: Mon, 23 May 2022 14:22:17 -0400 Subject: [PATCH] Websocket server removed --- docs/user-guide/configuration.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/docs/user-guide/configuration.md b/docs/user-guide/configuration.md index 1cc6649..05d3db1 100644 --- a/docs/user-guide/configuration.md +++ b/docs/user-guide/configuration.md @@ -165,7 +165,7 @@ i2cp.address | The address to listen on or an abstract i2cp.port | Port of I2CP server. Usually 7654. Ignored for Andorid i2cp.enabled | If I2CP is enabled. false by default. Other services don't require I2CP i2cp.singlethread | If false every I2CP session runs in own thread. true by default - + ### I2PControl interface Option | Description @@ -229,14 +229,6 @@ trust.family | Make direct I2P connections only to rou trust.routers | Make direct I2P connections only to routers specified here. Comma separated list of base64 identities. trust.hidden | Should we hide our router from other routers? false by default -### Websocket server - -Option | Description --------------------------------------- | -------------------------------------- -websockets.enabled | Enable websocket server. Disabled by default -websockets.address | Address to bind websocket server on. 127.0.0.1 by default -websockets.port | Port to bind websocket server on. 7666 by default - ### Exploratory tunnels Option | Description