From a4b9eaa78f1b82c240a99e62e2d147ed717f52eb Mon Sep 17 00:00:00 2001 From: Adlyq <2833154405@qq.com> Date: Thu, 6 Apr 2023 21:29:25 +0800 Subject: [PATCH] config header -> headers --- option/simple.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/option/simple.go b/option/simple.go index 52c1e4bd..fba5c9f2 100644 --- a/option/simple.go +++ b/option/simple.go @@ -30,5 +30,5 @@ type HTTPOutboundOptions struct { Username string `json:"username,omitempty"` Password string `json:"password,omitempty"` TLS *OutboundTLSOptions `json:"tls,omitempty"` - Header map[string]string `json:"header,omitempty"` + Header map[string]string `json:"headers,omitempty"` }