DnsServer icon indicating copy to clipboard operation
DnsServer copied to clipboard

[Question] Dynamically Updating DNS through DHCP Server

Open KevinFumbles opened this issue 3 years ago • 3 comments

Hi I was wondering if there is a way to update DNS records on Technitium from a separate DHCP server. I’m using PfSense as mine and it supports RFC 2136 dynamic DNS updates, but it requires a TSIG key which I’m not sure is something Technitium already generates. Here’s a link to PfSense’s documentation describing it

If this is something that isn’t already implemented, can we count this as a feature request then? Thanks!

KevinFumbles avatar Apr 10 '21 02:04 KevinFumbles

Thanks for the request. Dynamic DNS support is planned and it will take some time to get it implemented.

Right now, this can be achieved only by using the HTTP API with your application or a custom script.

ShreyasZare avatar Apr 10 '21 06:04 ShreyasZare

I have added planned features section in the read me now with a list of major features that are planned.

ShreyasZare avatar Apr 10 '21 12:04 ShreyasZare

+1

ctrlbrk42 avatar Feb 27 '22 15:02 ctrlbrk42

Version 9.1 is now available that supports Dynamic Updates [RFC 2136]. Do update and let me know your feedback.

ShreyasZare avatar Oct 09 '22 11:10 ShreyasZare

Wanted to note:

Working with DDNS updates & ACME SSL in PFsense 2.6.0 via:

  • Services > Dynamic DNS > RFC2136 Clients
  • PFsense > ACME > Certificates > DNS-NSupdate / RFC 2136

Protocol73 avatar Feb 09 '23 03:02 Protocol73