Skip to content

libdns/hosttech

Repository files navigation

hosttech for libdns

Go Reference

This package implements the libdns interfaces for hosttech.ch, allowing you to manage DNS records.

Example Use

See for an example here.

Constraints

Some constraints.

Supported record types

Because the Hosttech API does not provide a way to manipulate a generic "Type,Name,Value"-Record, not every type of record can be set. Currently supported are:

  • AAAA
  • A
  • NS
  • CNAME
  • MX
  • TXT
  • TLSA

Any unsupported record types returns an error.

Minimal TTL

The Time-to-Life has to be at least 600 seconds, anything below that will be rejected by the API

Further documentation

Any further documentation that could be helpful: