Logo
  • FlexCDN
  • 下载 (v1.0.4)
  • 文档
  • 开发
  • 试用购买
  • 在线演示
  1. API列表
  2. NSRecordService(域名记录相关服务)
  3. 消息类型
  4. NSCluster(域名服务集群)
{ 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; }