net/ddns-route53 - The NetBSD Packages Collection

Dynamic DNS for Amazon Route 53 on a time-based schedule

ddns-route53 is a CLI application written in Go and delivered as a single
executable that lets you run your own dynamic DNS service with Amazon Route
53 on a time-based schedule.

This package does not install rc.d(8) scripts. To use it, place a
configuration file at `/etc/ddns-route53/ddns-route53.yaml' and add the
following line to crontab(5):

	*/30 * * * * ddns-route53 --log-nocolor | logger -t ddns-route53

Build dependencies

lang/go122 pkgtools/mktools pkgtools/cwrappers

Runtime dependencies

(none)

Binary packages

OSArchitectureVersion
NetBSD 9.3x86_64ddns-route53-2.12.0nb1.tgz

Binary packages can be installed with the high-level tool pkgin (which can be installed with pkg_add) or pkg_add(1) (installed by default). The NetBSD packages collection is also designed to permit easy installation from source.

Available build options

(none)

Known vulnerabilities

The pkg_admin audit command locates any installed package which has been mentioned in security advisories as having vulnerabilities.

Please note the vulnerabilities database might not be fully accurate, and not every bug is exploitable with every configuration.


Problem reports, updates or suggestions for this package should be reported with send-pr.