Skip to content

Commit

Permalink
Add missing builder option (#466)
Browse files Browse the repository at this point in the history
---------

Co-authored-by: Alexandra Tran Carrillo <12214231+alexandratran@users.noreply.github.com>
  • Loading branch information
StefanBratanov and alexandratran authored Jul 10, 2023
1 parent b9d4436 commit 664aa5e
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions docs/reference/cli/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,38 @@ builder-endpoint: "http://127.0.0.1:18550"
The address for an external [builder endpoint](../../how-to/configure/builder-network.md).
### builder-set-user-agent-header
<!--tabs-->
# Syntax
```bash
--builder-set-user-agent-header[=<BOOLEAN>]
```
# Example
```bash
--builder-set-user-agent-header=true
```
# Environment variable
```bash
TEKU_BUILDER_SET_USER_AGENT_HEADER=true
```
# Configuration file
```bash
builder-set-user-agent-header: true
```
<!--/tabs-->
Set the User-Agent header to `teku/v<version>` (for example, `teku/v23.4.0`) when making a builder bid request to help builders identify clients and versions. The default is `true`.
### config-file
<!--tabs-->
Expand Down

1 comment on commit 664aa5e

@vercel
Copy link

@vercel vercel bot commented on 664aa5e Jul 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

doc-teku – ./

docs.teku.consensys.net
doc-teku-infura-web.vercel.app
doc-teku-git-main-infura-web.vercel.app

Please sign in to comment.