{ int64 id; // 是否启用 bool isOn; // 名称 string name; string installDir; // TCP设置 bytes tcpJSON; // TLS设置 bytes tlsJSON; // UDP设置 bytes udpJSON; // DoH设置 bytes dohJSON; []string hosts; bytes soaJSON; string email; bool autoRemoteStart; string timeZone; bytes answerJSON; bool detectAgents; // 检查端口连通性 bool checkingPorts; }