From 18b6a8189636d73c628614c1845e0ee5b19eaadc Mon Sep 17 00:00:00 2001 From: Qi Chai <140308209+QiChaiQiChai@users.noreply.github.com> Date: Mon, 11 Mar 2024 12:26:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dhysterica=E8=8A=82=E7=82=B9?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E4=B8=AD=E9=83=A8=E5=88=86=E5=AD=97=E6=AE=B5?= =?UTF-8?q?=E7=9A=84=E8=AF=86=E5=88=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- model/proxy.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/model/proxy.go b/model/proxy.go index caed364..3ce2658 100644 --- a/model/proxy.go +++ b/model/proxy.go @@ -56,6 +56,9 @@ type Proxy struct { DisableMTUDiscovery bool `yaml:"disable-mtu-discovery,omitempty"` FastOpen bool `yaml:"fast-open,omitempty"` HopInterval int `yaml:"hop-interval,omitempty"` + Ports string `yaml:"ports,omitempty"` + AuthStringOLD string `yaml:"auth_str,omitempty"` + AuthString string `yaml:"auth-str,omitempty"` } func (p Proxy) MarshalYAML() (interface{}, error) {