config: document http options

This commit is contained in:
Frank Schroeder 2017-10-18 12:20:10 +02:00
parent 018b8d66d6
commit dc4e90e6c0
No known key found for this signature in database
GPG Key ID: 4D65C6EAEC87DECD
1 changed files with 9 additions and 1 deletions

View File

@ -80,7 +80,15 @@ type RuntimeConfig struct {
DNSUDPAnswerLimit int
DNSRecursors []string
HTTPBlockEndpoints []string
// HTTPBlockEndpoints is a list of endpoint prefixes to block in the
// HTTP API. Any requests to these will get a 403 response.
//
// hcl: http_config { block_endpoints = []string }
HTTPBlockEndpoints []string
// HTTPResponseHeaders are used to add HTTP header response fields to the HTTP API responses.
//
// hcl: http_config { response_headers = map[string]string }
HTTPResponseHeaders map[string]string
// TelemetryCirconus*: see https://github.com/circonus-labs/circonus-gometrics