From 8a09a2bf17cbaccfe15a0a873e53add49cfe3edb Mon Sep 17 00:00:00 2001 From: Gleb Osotov <34625367+glebosotov@users.noreply.github.com> Date: Fri, 8 Dec 2023 19:19:35 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 26a54b2..9d06a45 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Also this setup can be [easily multiplied](#run-another-instance) if you need ma ### Installation - Passwords can be generated using `cat /dev/random | head -c 30 | base64` 1. Install [Docker](https://docs.docker.com/engine/install/) and [Docker Compose](https://docs.docker.com/compose/install/) somehow -2. Clone repo and cd: `clone https://github.com/AzazKamaz/wirehole-easy.git && cd wirehole-easy` +2. Clone repo and cd: `git clone https://github.com/AzazKamaz/wirehole-easy.git && cd wirehole-easy` 3. Create `.env` (example is `.env.example`): - `DNS_WEB_PASS` - password for Pi-hole web gui - `WG_WEB_PASS` - password for WireGuard Easy web gui @@ -37,4 +37,4 @@ Also this setup can be [easily multiplied](#run-another-instance) if you need ma 2. Edit `docker-compose.yml`: - Increment every `172.23.147.x` ip by 8: `172.23.147.3` -> `172.23.147.11` - Increment every `fc00:a056:4629:ada0::x` ip by 8: `fc00:a056:4629:ada0::3` -> `fc00:a056:4629:ada0::b` (notice hex numbers) - - Optional: change VPN subnet address at `WG_DEFAULT_ADDRESS` \ No newline at end of file + - Optional: change VPN subnet address at `WG_DEFAULT_ADDRESS`