Skip to content

Commit b1764d1

Browse files
authored
Fix network settings uneditable with config command (#1288)
1 parent da658ab commit b1764d1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cli/config/validate.go

+2
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ var validMap = map[string]reflect.Kind{
3333
"sketch.always_export_binaries": reflect.Bool,
3434
"metrics.addr": reflect.String,
3535
"metrics.enabled": reflect.Bool,
36+
"network.proxy": reflect.String,
37+
"network.user_agent_ext": reflect.String,
3638
}
3739

3840
func typeOf(key string) (reflect.Kind, error) {

0 commit comments

Comments
 (0)