From c548763ce7dcf41f483c9003edab5bb371f303dd Mon Sep 17 00:00:00 2001 From: dartraiden Date: Tue, 20 Aug 2024 01:38:52 +0300 Subject: [PATCH] README: these directories do not exist in the repository, but will be created after the container is started --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 22ae54c..88f271c 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ cd antizapret docker compose up -d --build ``` -After initialization of the container, you can pull `.ovpn` configs from [keys/client](./keys/client) directory. +After initialization of the container, you can pull `.ovpn` configs from `./keys/client` directory. There will be UDP and TCP configurations. Use UDP for better performance. Use TCP in unstable conditions. @@ -49,7 +49,7 @@ docker compose up -d # Documentation ## Adding Domains/IPs -Any domains or IPs can be added or excluded from routing with [config files](./config). +Any domains or IPs can be added or excluded from routing with config files from `./config` directory. These lists are added/excluded to/from automatically generated lists of domains and IP's. Reboot container and wait few minutes for applying changes.