fix old, fix config tag

This commit is contained in:
yuzuki999
2023-06-02 23:26:02 +08:00
parent 85bde00ded
commit f034bbd39b
3 changed files with 5 additions and 5 deletions

View File

@@ -20,7 +20,7 @@ type ControllerConfig struct {
EnableDNS bool `yaml:"EnableDNS"`
DNSType string `yaml:"DNSType"`
EnableVless bool `yaml:"EnableVless"`
EnableXtls bool `json:"EnableXtls"`
EnableXtls bool `yaml:"EnableXtls"`
LimitConfig LimitConfig `yaml:"LimitConfig"`
DisableUploadTraffic bool `yaml:"DisableUploadTraffic"`
DisableGetRule bool `yaml:"DisableGetRule"`