NAME
WebService::OPNsense::Kea::Ddns - Kea DDNS controller
VERSION
version 0.001
SYNOPSIS
my $ddns = $opn->kea_ddns;
my $config = $ddns->get;
$ddns->set({ ... });
DESCRIPTION
Manages Kea DDNS configuration.
NAME
WebService::OPNsense::Kea::Ddns - Kea DDNS controller
METHODS
get
my $config = $ddns->get;
Returns the full Kea DDNS configuration.
set_settings
my $result = $ddns->set_settings($config_data);
Updates the Kea DDNS configuration.
AUTHOR
Dean Hamstead <dean@fragfest.com.au>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2026 by Dean Hamstead.
This is free software, licensed under:
The MIT (X11) License