+ add ripe description

This commit is contained in:
Nico Schottelius 2019-05-12 11:25:50 +02:00
parent ab9aacec17
commit 19c0eead5c
1 changed files with 12 additions and 1 deletions

View File

@ -13,4 +13,15 @@ after installed you can set the reverse dns by typing
```angular2
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"
```