OPNsense Forum

English Forums => 25.1, 25.4 Series => Topic started by: Laytman on July 23, 2025, 10:38:48 AM

Title: Dynamic DNS Record Updates
Post by: Laytman on July 23, 2025, 10:38:48 AM
In OPNsense, the combination of Kea DHCP and Unbound has been chosen. By default, Unbound does not appear to support dynamic DNS updates directly. The goal is to configure automatic record updates.
With Kea DHCP, it's possible to trigger an external script using hooks (e.g., lease4_commit event). The idea is as follows:

Perhaps someone can suggest a better solution?