Scroll to navigation

TRANSIP(1) User Commands TRANSIP(1)

NAME

transip - program to manipulate records for Dutch DNS provider TransIP

SYNOPSIS

transip [options]

USAGE

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

OPTIONS

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

EXAMPLES

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.

SEE ALSO

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

March 2018 transip.1 transip