Skip to content

Commit

Permalink
Add missing tls_client directive to ReadGlobals
Browse files Browse the repository at this point in the history
See #674.
  • Loading branch information
foxcpp committed Jan 27, 2024
1 parent d8232a4 commit dd06ffe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions maddy.go
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@ func ReadGlobals(cfg []config.Node) (map[string]interface{}, []config.Node, erro
globals.String("hostname", false, false, "", nil)
globals.String("autogenerated_msg_domain", false, false, "", nil)
globals.Custom("tls", false, false, nil, tls.TLSDirective, nil)
globals.Custom("tls_client", false, false, nil, tls.TLSClientBlock, nil)
globals.Bool("storage_perdomain", false, false, nil)
globals.Bool("auth_perdomain", false, false, nil)
globals.StringList("auth_domains", false, false, nil, nil)
Expand Down

0 comments on commit dd06ffe

Please sign in to comment.