You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
conf->dns.rateLimit.exemptIPs.h="IP addresses that should bypass per-client DNS rate limiting. Matching is exact by IP address and applies only when rate limiting is enabled. This is intended for trusted clients that may generate short legitimate DNS bursts.\n\n Example: [ \"192.168.1.10\", \"fd00::10\" ]";
776
+
conf->dns.rateLimit.exemptIPs.a=cJSON_CreateStringReference("Array of valid IPv4 and/or IPv6 addresses");
0 commit comments