From c4e4240eede0099bf7fce8135d3dc0a60e0a1f2c Mon Sep 17 00:00:00 2001 From: cskh Date: Thu, 23 May 2024 15:24:05 -0400 Subject: [PATCH] Update api/api.go Co-authored-by: Derek Menteer <105233703+hashi-derek@users.noreply.github.com> --- api/api.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/api/api.go b/api/api.go index 83784284b5..a6e8aa280a 100644 --- a/api/api.go +++ b/api/api.go @@ -368,7 +368,8 @@ type Config struct { // HttpAuth is the auth info to use for http access. HttpAuth *HttpBasicAuth - // HostOverride is the override to host. Default is Address. + // HostOverride forces a specific host header value to be sent with requests. + // If not specified, defaults to the value parsed from the `Address` field. HostOverride string // WaitTime limits how long a Watch will block. If not provided,