mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-24 18:55:55 +03:00
[PR #3488] Add client allow-listing #3888
Labels
No labels
blocked
breaking-change
bug
bug:critical
bug:tests
cleanup
compliance
compliance
compliance
crate:all
crate:client
crate:native-tls
crate:proto
crate:recursor
crate:resolver
crate:resolver
crate:rustls
crate:server
crate:util
dependencies
docs
duplicate
easy
easy
enhance
enhance
enhance
feature:dns-over-https
feature:dns-over-quic
feature:dns-over-tls
feature:dnsssec
feature:global_lb
feature:mdns
feature:tsig
features:edns
has workaround
ops
perf
platform:WASM
platform:android
platform:fuchsia
platform:linux
platform:macos
platform:windows
pull-request
question
test
tools
tools
trust
unclear
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hickory-dns#3888
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/hickory-dns/hickory-dns/pull/3488
Author: @Cyberax
Created: 3/9/2026
Status: 🔄 Open
Base:
main← Head:feat/submit-allowlist📝 Commits (1)
a8f4910Add client allow-listing📊 Changes
7 files changed (+366 additions, -12 deletions)
View changed files
📝
bin/src/config/mod.rs(+6 -0)📝
bin/src/config/tests.rs(+32 -0)📝
bin/src/lib.rs(+9 -1)📝
crates/server/src/zone_handler/catalog.rs(+79 -10)📝
tests/integration-tests/tests/integration/catalog_tests.rs(+188 -1)➕
tests/test-data/test_configs/example_client_acl.toml(+23 -0)📝
tests/test-data/test_configs/example_recursor.toml(+29 -0)📄 Description
Hickory supports limiting servers using the classic ACL approach of allow/deny lists. However, it does not allow limiting clients.
This is extremely important for servers that work both as recursive resolvers and authoritative servers, otherwise open recursive resolvers get abused by all kinds of bots trying to work around geoblocks.
AI disclosure: the code was written by me (a human). AI was used for basic autocomplete.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.