From 04a4a9af421e7250555cca72f107f39c1fcce65b Mon Sep 17 00:00:00 2001 From: quindecim Date: Thu, 25 Feb 2021 04:24:06 -0500 Subject: [PATCH] [UPDATE] - Update build intructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2eb6d4d..8a94a04 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ DNSCrypt: Rebind Protection | jedisct1 | DNS rebinding protection | [LINK](https ## Build -To generate your own list you can clone this repo, edit files according to your needs and run this command: +To generate your own list you can clone this repo, move into the `config` folder, edit files according to your needs and run this command: ``` python3 generate-domains-blocklist.py > list.txt.tmp && mv -f list.txt.tmp list ``` \ No newline at end of file