From 7e61c9b6b33766d13768d03544a10db92b63b412 Mon Sep 17 00:00:00 2001 From: gVisor bot Date: Sat, 23 Apr 2022 00:45:43 +0800 Subject: [PATCH] fix: wrong parameter name --- config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.go b/config/config.go index acf8e5a4..67843ff1 100644 --- a/config/config.go +++ b/config/config.go @@ -207,7 +207,7 @@ type RawConfig struct { RoutingMark int `yaml:"routing-mark"` GeodataMode bool `yaml:"geodata-mode"` GeodataLoader string `yaml:"geodata-loader"` - TCPConcurrent bool `yaml:"tc-pconcurrent" json:"tc-pconcurrent"` + TCPConcurrent bool `yaml:"tcp-concurrent" json:"tcp-concurrent"` Sniffer SnifferRaw `yaml:"sniffer"` ProxyProvider map[string]map[string]any `yaml:"proxy-providers"`