From bad40c1d1a4042a69a5a1e2288ba570659d21738 Mon Sep 17 00:00:00 2001 From: DrMaxNix Date: Sat, 7 Sep 2024 13:25:07 +0200 Subject: [PATCH] :lipstick: use alert boxes for notes --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 938ec06..2fc3e0c 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,8 @@ services: $ docker compose up -d ``` -> ▶️ For both variants, persistent config and key files will be stored in the `./data` directory. Feel free to change this to your needs. +> [!TIP] +> For both variants, persistent config and key files will be stored in the `./data` directory. Feel free to change this to your needs. ## Client Management Generate new client keys and output its config: @@ -43,4 +44,5 @@ Revoke a client's keys: $ docker compose exec main clientmgmt revoke ``` -> ▶️ If you are using docker run, replace `docker compose exec main` with `docker exec -it openvpn`. +> [!NOTE] +> If you are using docker run, replace `docker compose exec main` with `docker exec -it openvpn`.