class ScalewayDDNS::Updater

Overview

The Updater class handles the actual DDNS update process.

Defined in:

scaleway_ddns/updater.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(config : Config) #

Initializes an instance of the Updater class with a configuration object.


Instance Method Detail

def run #

Initiates the DNS update process and continuously updates the DNS records based on the configured interval.