You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
Nico Schottelius 25e57e89ab update readme 4 years ago
LICENSE First commit 4 years ago
README.md update readme 4 years ago
setup.cfg First commit 4 years ago
setup.py use argparse for commands instead of Click 4 years ago
ungleich_dns.py Split into sub parts so working individually works 4 years ago
ungleich_ripe.py update 4 years ago
ungleichcli.py Print help by default 4 years ago

README.md

ungleich cli

This CLI is used for day-to-day tasks used at ungleich. It is intended to be used by ungleich engineers and skilled customers.

Requirements / Installation

  • ensure you have python3
  • git clone this repo
  • python ungleich-cli.py

Usage: DNS

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"