NAME
WebService::OPNsense::Kea::Ddns - Kea DDNS controller
VERSION
version 0.002
SYNOPSIS
my $ddns = $opn->kea_ddns;
my $config = $ddns->get;
$ddns->set_settings({ ... });
DESCRIPTION
Manages Kea DDNS configuration.
METHODS
get_settings
my $config = $ddns->get_settings;
Returns the full Kea DDNS configuration.
set_settings
my $result = $ddns->set_settings($config_data);
Updates the Kea DDNS configuration.
client
my $http_client = $ddns->client;
Returns the underlying HTTP client object used for API requests.
SEE ALSO
WebService::OPNsense::Role::Settings
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