读取消息大于1000的over

This commit is contained in:
TsMask
2023-08-24 19:10:46 +08:00
parent e73135400d
commit 02a2dd7a7a
5 changed files with 72 additions and 29 deletions

View File

@@ -36,14 +36,6 @@ type Config struct {
// FTP文件服务
FTPRoot string `json:"ftp_root"`
//证书配置
CA struct {
RootCert string `json:"root_cert"` //root CA证书存放路径
Cert string `json:"cert"` // 服务端CA证书存放路径
PrivateKey string `json:"private_key"` // 服务端私钥存放路径
Check bool `json:"check"` // 是否开启服务端证书检查功能
} `json:"ca"`
}
var OmcConf Config