{ // 策略ID int64 id; // 名称 string name; // 模式 string mode; // 是否启用 bool isOn; // 描述 string description; // 入站配置 bytes inboundJSON; // 出站配置 bytes outboundJSON; // 所属网站ID(如果为0表示公共策略) int64 serverId; // 是否使用本机防火墙 bool useLocalFirewall; // synflood配置 bytes synFloodJSON; // 阻止动作配置 bytes blockOptionsJSON; // 显示网页动作配置 bytes pageOptionsJSON; // 人机识别配置 bytes captchaOptionsJSON; // JSCookie动作配置 bytes jsCookieOptionsJSON; }