1
0
mirror of https://github.com/PurpleI2P/i2pd_docs_en synced 2025-01-11 23:47:51 +00:00

Documented trust options and websocket server

This commit is contained in:
Darknet Villain 2017-01-30 12:51:36 -05:00
parent 78a04362e6
commit 71f46683ba

View File

@ -181,6 +181,25 @@ limits.transittunnels | Override maximum number of transit tunn
limits.openfiles | Maximum size of corefile in Kb (0 - use system limit) limits.openfiles | Maximum size of corefile in Kb (0 - use system limit)
limits.coresize | Maximum size of corefile in Kb (0 - use system limit) limits.coresize | Maximum size of corefile in Kb (0 - use system limit)
### Trust options
Option | Description
-------------------------------------- | --------------------------------------
trust.enabled | Enable explicit trust options. false by default
trust.family | Make direct I2P connections only to routers in specified Family.
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
Local addressbook Local addressbook
----------------- -----------------