Go to file
Nico Schottelius cf21ec33a9 update
Signed-off-by: Nico Schottelius <nico@nico-notebook.schottelius.org>
2019-05-12 12:22:14 +02:00
LICENSE First commit 2019-04-27 00:56:57 -04:00
README.md update 2019-05-12 12:22:14 +02:00
setup.cfg First commit 2019-04-27 00:56:57 -04:00
setup.py use argparse for commands instead of Click 2019-04-29 02:07:40 -04:00
ungleich_dns.py Split into sub parts so working individually works 2019-05-12 10:27:07 +02:00
ungleich_ripe.py update 2019-05-12 12:22:14 +02:00
ungleichcli.py Print help by default 2019-05-12 11:29:58 +02:00

README.md

Ungleich dns cli tool

A python package to set reverse dns in ungleich vm.

Requirements

You need at least python 3.

Usage

installing the package via pip (python3 required)

python3 -m pip install ungleich-cli

after installed you can set the reverse dns by typing

ungleich-cli dns --set-reverse <ip> --user <username> --token <token> --name mirror.example.com

Usage: RIPE

Creating a new route6 object:

ungleichcli.py ripe-add-route6 \
    --network 2a09:2947::/32
    --description "First REST /32"
    --password "very secure"