add conn clear for sing

This commit is contained in:
Yuzuki616
2023-10-13 15:32:06 +08:00
parent 0cdb02f2f9
commit 36bb5bd205
5 changed files with 103 additions and 25 deletions

View File

@@ -5,10 +5,11 @@ import (
)
type SingConfig struct {
LogConfig SingLogConfig `json:"Log"`
NtpConfig SingNtpConfig `json:"NTP"`
DnsConfigPath string `json:"DnsConfigPath"`
OriginalPath string `json:"OriginalPath"`
LogConfig SingLogConfig `json:"Log"`
NtpConfig SingNtpConfig `json:"NTP"`
EnableConnClear bool `json:"EnableConnClear"`
DnsConfigPath string `json:"DnsConfigPath"`
OriginalPath string `json:"OriginalPath"`
}
type SingLogConfig struct {