Fixed typos
This commit is contained in:
parent
80b23e2d5c
commit
d49a7803e9
|
@ -43,6 +43,8 @@ Just to build the list, you can find an already-built list in the releases.
|
||||||
- seleniumwire
|
- seleniumwire
|
||||||
- dnspython
|
- dnspython
|
||||||
|
|
||||||
|
And then just run `eulaurarien.sh`.
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
### Adding websites
|
### Adding websites
|
||||||
|
|
|
@ -14,7 +14,7 @@ sort -u toblock.list > toblock.sorted.list
|
||||||
|
|
||||||
(
|
(
|
||||||
echo "# First party trackers"
|
echo "# First party trackers"
|
||||||
echo "# List generated on $(date -Isec) by eulaurarian $(git describe --tags --dirty)"
|
echo "# List generated on $(date -Isec) by eulaurarien $(git describe --tags --dirty)"
|
||||||
cat toblock.sorted.list | while read host;
|
cat toblock.sorted.list | while read host;
|
||||||
do
|
do
|
||||||
echo "0.0.0.0 $host"
|
echo "0.0.0.0 $host"
|
||||||
|
|
Loading…
Reference in a new issue