mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 03:05:51 +03:00
[GH-ISSUE #2772] Plugin/Extension System #1058
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#1058
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?
Originally created by @xinbenlv on GitHub (Feb 11, 2025).
Original GitHub issue: https://github.com/hickory-dns/hickory-dns/issues/2772
Dear Hickory DNS contributor community, is anyone considering creating a plugin system for Hickory DNS? Last time I check with @bluejekyll there is no official plan nor near future prioritization for a plugin/extension system?
@djc commented on GitHub (Feb 11, 2025):
What kinds of plugins do you have in mind?
@xinbenlv commented on GitHub (Feb 11, 2025):
We are talking about plugin system to support plugins. A few useful plugins
I can think of should Hickory have plugin system: Such as a simple file
mapping to decentralized storage protocols. Or DNSSEC support for wildcard
subdomain etc.
On Tue, Feb 11, 2025 at 13:22 Dirkjan Ochtman @.***>
wrote:
@djc commented on GitHub (Feb 12, 2025):
I am unlikely to work on this. My goal is to provide a very modular library interface, and I'm happy to accomodate further improvements to the library interface to support particular use cases that aren't well supported now.
@xinbenlv commented on GitHub (Feb 17, 2025):
Sounds good. Look forward to the modular library interface. Thank you
Dirkjan for responding
On Wed, Feb 12, 2025 at 7:49 AM Dirkjan Ochtman @.***>
wrote: