fix: wrong parameter name
This commit is contained in:
parent
bb14ae7075
commit
7e61c9b6b3
1 changed files with 1 additions and 1 deletions
|
@ -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"`
|
||||
|
|
Loading…
Reference in a new issue