[UPDATE] - Update build intructions

This commit is contained in:
quindecim 2021-02-25 04:24:06 -05:00
parent 6e0cf9cca8
commit 04a4a9af42
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ DNSCrypt: Rebind Protection | jedisct1 | DNS rebinding protection | [LINK](https
## Build ## 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 python3 generate-domains-blocklist.py > list.txt.tmp && mv -f list.txt.tmp list
``` ```