+ add ripe description
This commit is contained in:
parent
ab9aacec17
commit
19c0eead5c
1 changed files with 12 additions and 1 deletions
13
README.md
13
README.md
|
@ -13,4 +13,15 @@ after installed you can set the reverse dns by typing
|
||||||
|
|
||||||
```angular2
|
```angular2
|
||||||
ungleich-cli dns --set-reverse <ip> --user <username> --token <token> --name mirror.example.com
|
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"
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in a new issue