From 19c0eead5c59da520d9f6a53b58817a424e6dae2 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sun, 12 May 2019 11:25:50 +0200 Subject: [PATCH] + add ripe description --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 947243d..ac24e92 100644 --- a/README.md +++ b/README.md @@ -13,4 +13,15 @@ after installed you can set the reverse dns by typing ```angular2 ungleich-cli dns --set-reverse --user --token --name mirror.example.com -``` \ No newline at end of file +``` + +### Usage: RIPE + +Creating a new route6 object: + +``` +ungleichcli.py ripe-add-route6 \ + --network 2a09:2947::/32 + --description "First REST /32" + --password "very secure" +```