You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The address for an external [builder endpoint](../../how-to/configure/builder-network.md).
154
154
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`.
0 commit comments