Browse Source

Websocket server removed

pull/69/head
acetone 3 years ago committed by GitHub
parent
commit
ee7c132085
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      docs/user-guide/configuration.md

10
docs/user-guide/configuration.md

@ -165,7 +165,7 @@ i2cp.address | The address to listen on or an abstract @@ -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 @@ -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

Loading…
Cancel
Save