[GH-ISSUE #359] Updating running DNS Server #461

Open
opened 2026-03-15 22:39:29 +03:00 by kerem · 2 comments
Owner

Originally created by @quentinlesceller on GitHub (Mar 8, 2018).
Original GitHub issue: https://github.com/hickory-dns/hickory-dns/issues/359

Hi,

I would like to know if it is possible to update the A/AAAA records of a running trust dns server (without restart).
e.g.:

t=0
example.com X.X.X.X A
t=1
example.com X.X.X.Y A

Thank you for your answer.

Originally created by @quentinlesceller on GitHub (Mar 8, 2018). Original GitHub issue: https://github.com/hickory-dns/hickory-dns/issues/359 Hi, I would like to know if it is possible to update the A/AAAA records of a running trust dns server (without restart). e.g.: ``` t=0 example.com X.X.X.X A t=1 example.com X.X.X.Y A ```` Thank you for your answer.
Author
Owner

@bluejekyll commented on GitHub (Mar 8, 2018):

Currently the only method trust-dns supports for updating a running instance is to use dynamic DNS.

At the moment the user experience in this area is not great. You can see examples on the trust-dns crate on how to do that within Rust, I don't currently have a CLI for doing so though. TRust-DNS should be compatible with other dynamic DNS clients, but I haven't tested others.

<!-- gh-comment-id:371643104 --> @bluejekyll commented on GitHub (Mar 8, 2018): Currently the only method trust-dns supports for updating a running instance is to use dynamic DNS. At the moment the user experience in this area is not great. You can see examples on the `trust-dns` crate on how to do that within Rust, I don't currently have a CLI for doing so though. TRust-DNS should be compatible with other dynamic DNS clients, but I haven't tested others.
Author
Owner

@quentinlesceller commented on GitHub (Mar 8, 2018):

Nice. Thanks for the prompt answer!

<!-- gh-comment-id:371645617 --> @quentinlesceller commented on GitHub (Mar 8, 2018): Nice. Thanks for the prompt answer!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hickory-dns#461
No description provided.