From 16d0b8e4614de96b6670433e1fe55935527b740b Mon Sep 17 00:00:00 2001 From: Thomas Brinkmann Date: Wed, 1 Jun 2022 22:40:42 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9EHome=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Home.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/Home.md b/Home.md index ff93aad..4bf9010 100644 --- a/Home.md +++ b/Home.md @@ -55,7 +55,24 @@ -* [Protection](protection.md) - Alle Protection Endpunkte +
+ Protection Routen - Alle Protection Endpunkte + +--- +* **[GET /protection/routing/{ipAddress}/{cidr}](GET-%2Fprotection%2Frouting%2F%7BipAddress%7D%2F%7Bcidr%7D "Ruft das aktuelle Routing ab")** +* **[PUT /protection/routing/{ipAddress}/{cidr}](PUT-%2Fprotection%2Frouting%2F%7BipAddress%7D%2F%7Bcidr%7D "Updatet das aktuelle Routing")** +--- +* **[GET /protection/incidents/{ipAddress}](GET-%2Fprotection%2Fincidents%2F%7BipAddress%7D "Ruft die Vorfälle der IP ab")** +--- +* **[GET /protection/flexrules](GET-%2Fprotection%2Fflexrules "Ruft alle Flexrules ab")** +* **[GET /protection/flexrules/{uuid}](GET-%2Fprotection%2Fflexrules%2F%7Buuid%7D "Ruft die Flexrule mit der {uuid} ab")** +* **[POST /protection/flexrule](POST-%2Fprotection%2Fflexrule "Legt eine weitere Flexrule an")** +* **[DELETE /protection/flexrule/{uuid}](DELETE-%2Fprotection%2Fflexrule%2F%7Buuid%7D "Löscht die Flexrule mit der {uuid}")** + + +
+ + * [DNS](dns.md) - Alle DNS Endpunkte