DOKK / manpages / debian 12 / transip / transip.1.en
TRANSIP(1) User Commands TRANSIP(1)

transip - program to manipulate records for Dutch DNS provider TransIP

transip [options]

[--domain-name DOMAIN_NAME] [--entry-name ENTRY_NAME] [--entry-expire ENTRY_EXPIRE] [--entry-type ENTRY_TYPE] [--entry-content ENTRY_CONTENT]

show this help message and exit
TransIP username
show all DNS entries for a domain
add an entry in the DNS
update an entry in the DNS
delete an entry in the DNS
domain name to use
name of the DNS entry
expire time of the DNS entry
type of the DNS entry
content of the DNS entry

Example of adding/updating a record:

transip -l githubuser -u --domain-name example.com --entry-name testentry --entry-expire 86400 --entry-type A --entry-content 127.0.0.1
Request finished successfully.

For more information regarding transip see https://github.com/benkonrath/transip-api.

March 2018 transip.1 transip