Struct duckdns::DuckDns [] [src]

pub struct DuckDns { /* fields omitted */ }

Configuration builder object.

Methods

impl DuckDns
[src]

[src]

Creates new instance of DuckDns updater with your private token.

[src]

Specifies which domain or list of domains to update (comma separated list in case of multiple domains)

[src]

Specifies an explicit IPv4 address for the update. Without it DuckDNS service will use the source of your request for the update.

[src]

Specifies an explicit IPv6 address for the update.

[src]

Specifies an explicit IP address as an `IpAddr' object. Handles both V4 and V6 variants internally.

[src]

Asks for verbose output.

[src]

Directs DuckDNS to clear your record.

[src]

Executes actual update call to the DuckDNS service

Trait Implementations

impl Debug for DuckDns
[src]

[src]

Formats the value using the given formatter.