Man page - transip(1)

Packages contains this manual

Manual

TRANSIP

NAME
SYNOPSIS
USAGE
OPTIONS
EXAMPLES
SEE ALSO

NAME

transip - program to manipulate records for Dutch DNS provider TransIP

SYNOPSIS

transip [ options ]

USAGE

usage: transip [-h] [-l LOGINNAME] [-s] [-a] [-u] [-d]

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

OPTIONS

-h , --help

show this help message and exit

-l LOGINNAME, --login-name LOGINNAME

TransIP username

-s , --show-dns-entries

show all DNS entries for a domain

-a , --add-dns-entry

add an entry in the DNS

-u , --update-dns-entry

update an entry in the DNS

-d , --delete-dns-entry

delete an entry in the DNS

--domain-name DOMAIN_NAME

domain name to use

--entry-name ENTRY_NAME

name of the DNS entry

--entry-expire ENTRY_EXPIRE

expire time of the DNS entry

--entry-type ENTRY_TYPE

type of the DNS entry

--entry-content ENTRY_CONTENT

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.