@cryptotaxi247 / kubo / commits / 16247cb65

docs/config: document relay options

License: MIT Signed-off-by: vyzo <vyzo@hackzen.org>

vyzo committed Jul 31, 2017 at 14:03 UTC 16247cb65dd990f927d4adf5f5ce1de435a7aedf
1 file changed +7 -1
docs/config.md
+7 -1
@@ -102,7 +102,7 @@ A boolean value. If set to true, all block reads from disk will be hashed and ve
102 - `BloomFilterSize`
103 A number representing the size in bytes of the blockstore's bloom filter. A value of zero represents the feature being disabled.
104
105 -Default: `0`
105 +Default: `0`
106
107 - `Params`
108 Extra parameters for datastore construction, not currently used.
@@ -228,3 +228,9 @@ improvement, as well as a reduction in memory usage.
228 - `DisableNatPortMap`
229 Disable NAT discovery.
230
231 +- `DisableRelay`
232 +Disables the p2p-circuit relay transport.
233 +
234 +- `EnableRelayHop`
235 +Enables HOP relay for the node. If this is enabled, the node will act as
236 +an intermediate (Hop Relay) node in relay circuits for connected peers.