Added p2p enabled (#654)

Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
pull/2/head
MadelineMurray 6 years ago committed by GitHub
parent 055785b7e3
commit ddefecbd7e
  1. 17
      docs/Reference/Pantheon-CLI-Syntax.md

@ -451,6 +451,23 @@ Not intended for use with mainnet or public testnets.
!!!note
Permissioning is under development and will be available in v1.0.
### p2p-enabled
```bash tab="Syntax"
--p2p-enabled=<true|false>
```
```bash tab="Command line"
--p2p-enabled=false
```
```bash tab="Example Configuration File"
p2p-enabled=false
```
Enables or disables all p2p communication.
The default is true.
### p2p-host
```bash tab="Syntax"

Loading…
Cancel
Save