Skip to content

Commit 664aa5e

Browse files
Add missing builder option (#466)
--------- Co-authored-by: Alexandra Tran Carrillo <[email protected]>
1 parent b9d4436 commit 664aa5e

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

docs/reference/cli/index.md

+32
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,38 @@ builder-endpoint: "http://127.0.0.1:18550"
152152

153153
The address for an external [builder endpoint](../../how-to/configure/builder-network.md).
154154

155+
### builder-set-user-agent-header
156+
157+
<!--tabs-->
158+
159+
# Syntax
160+
161+
```bash
162+
--builder-set-user-agent-header[=<BOOLEAN>]
163+
```
164+
165+
# Example
166+
167+
```bash
168+
--builder-set-user-agent-header=true
169+
```
170+
171+
# Environment variable
172+
173+
```bash
174+
TEKU_BUILDER_SET_USER_AGENT_HEADER=true
175+
```
176+
177+
# Configuration file
178+
179+
```bash
180+
builder-set-user-agent-header: true
181+
```
182+
183+
<!--/tabs-->
184+
185+
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`.
186+
155187
### config-file
156188

157189
<!--tabs-->

0 commit comments

Comments
 (0)