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
414376f Migrated admin_guides to MD. AI-Note: Claude was involved here
b502fdd Migrated dnssec and distributed sections to MD. AI-Note: Claude was involved here
4d7e2fd Reject queries with multiple OPT records as FORMERR (#30) (#36)
2b1dcc7 The rate_limit_qps config knob existed but was never enforced. Add a small per-source-IP token bucket on the UDP query path: a client may send up to rate_limit_qps queries per second (burst equal to that value) before being throttled; 0 (default) disables it.