2.2.16.1.1 DNS_RRL_MODE_ENUM

The DNS_RRL_MODE_ENUM enumeration controls the behavior and application of DNS Response Rate Limiting at the server level.

 typedef enum {
     DnsRRLLogOnly,
     DnsRRLEnabled,
     DnsRRLDisabled
 } DNS_RRL_MODE_ENUM;

DnsRRLLogOnly: This is the simulation mode for RRL, where the impact of RRL is logged in analytical channel logs but no actual action is taken (that is, responses are not dropped).

DnsRRLEnabled: In this mode, the RRL algorithm is applied to every incoming query.

DnsRRLDisabled: This mode ensures RRL is disabled and not applied to any incoming query.