From 9c7137cc66968756c7fea8cea0500d3e75c431e0 Mon Sep 17 00:00:00 2001
From: Dominik George <dominik.george@teckids.org>
Date: Wed, 22 Dec 2021 11:24:31 +0100
Subject: [PATCH] Add concise feature list to readme

---
 README.md | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/README.md b/README.md
index d6d385e..0ce4cb5 100644
--- a/README.md
+++ b/README.md
@@ -8,6 +8,14 @@ an application. For example, if an external database is intended to be used
 for some applicaiton, [k8s-linkup] can be used to make it available to the
 pods running in Kubernetes.
 
+## ✨ Features
+
+ * Orchestrate one or several VPN connections to remote sites
+ * Configure mappings of container ports to remote hosts/ports,
+   orchestrated as regular services inside Kubernetes
+ * Monitor availability of proxied services
+ * Support for [OpenVPN] and [WireGuard]
+
 ![Screenshot](./screenshot.webp)
 
 This utility is developed alongside the [AlekSIS®] project, to be able to
-- 
GitLab