diff --git a/pages/operators/node-operators/configuration/execution-config.mdx b/pages/operators/node-operators/configuration/execution-config.mdx index 27c33c1e8..6f0a44f6c 100644 --- a/pages/operators/node-operators/configuration/execution-config.mdx +++ b/pages/operators/node-operators/configuration/execution-config.mdx @@ -1296,22 +1296,22 @@ Use a custom UDP port for P2P discovery. The default value is `30303`. #### discovery.v4 -Enables the V4 discovery mechanism. The default value is `true`. +Enables the V4 discovery mechanism. The default value is `false`. `--discovery.v4` or `--discv4` - `--discovery.v4=true` - `GETH_DISCOVERY_V4=true` + `--discovery.v4=false` + `GETH_DISCOVERY_V4=false` #### discovery.v5 -Enables the experimental RLPx V5 (Topic Discovery) mechanism. The default value is `false`. +Enables the V5 discovery mechanism. The default value is `true`. `--discovery.v5` or `--discv5` - `--discovery.v5=false` - `GETH_DISCOVERY_V5=false` + `--discovery.v5=true` + `GETH_DISCOVERY_V5=true` #### identity