From 5c43db3269fbdc71c97f746261bab0ace1d74576 Mon Sep 17 00:00:00 2001 From: Dmitry Shurupov Date: Wed, 17 Mar 2021 16:33:46 +0700 Subject: [PATCH] More details in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 32c1533..20bee16 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ovpn-admin -Simple web UI to manage OpenVPN users, their certificates & routes. +Simple web UI to manage OpenVPN users, their certificates & routes in Linux. While backend is written in Go, frontend is based on Vue.js. ## Features @@ -12,7 +12,7 @@ Simple web UI to manage OpenVPN users, their certificates & routes. * (optionally) Operating in a master/slave mode (syncing certs & CCD with other server); * (optionally) Specifying/changing password for additional authorization in OpenVPN. -## Install +## Installation ### Disclaimer