From 619ccda8144b9aaa97dd986e49da003e23111d04 Mon Sep 17 00:00:00 2001 From: Mihanentalpo Date: Mon, 14 Aug 2023 17:26:41 +0700 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 4468a8d..f9345bb 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +# ovpn-admin-suite + +This repo is mostly fork of ovpn-amdin, but with adding complete functionality to make VPN service quickly installable, have admin panel protected by Basic Auth and SSL. + # ovpn-admin Simple web UI to manage OpenVPN users, their certificates & routes in Linux. While backend is written in Go, frontend is based on Vue.js.