Typo in README.md, one more

This commit is contained in:
quindecim 2022-02-09 01:40:50 +01:00 committed by GitHub
parent 876f066834
commit 65923d5d72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ All the binary files are downloaded from the [official release page](https://git
- `blocked_query_response = 'refused'` (set `refused` response to blocked queries)
- `# log_level = 0` (set the log level of the `dnscrypt-proxy.log` file to very verbose, but still keep it disabled by default)
- `# log_level = 0` (set the log level of the `dnscrypt-proxy.log` file to very verbose, but keep it disabled by default)
- `dnscrypt_ephemeral_keys = true` (create a new, unique key for every single DNS query)
@ -81,7 +81,7 @@ For a more detailed configuration you can refer to the [official documentation](
### Filters (optional)
Filters are a powerful set of built-in features, that let you control exactly what domain names and IP addresses your device are allowed to connect to. This can be used to block ads, trackers, malware, or anything you don't want your device to load.
The module (https://t.me/dnscrypt_proxy) comes with the filtering (https://github.com/DNSCrypt/dnscrypt-proxy/wiki/Filters) feature enabled by default, that's why you can see some files, needed for this operation, inside the `/storage/emulated/0/dnscrypt-proxy` folder. The files are empty, out of the box they work as a placeholder, but they can be used to use dnscrypt-proxy as a blocking tool. To know more about it you can consult the official documentation (https://github.com/DNSCrypt/dnscrypt-proxy/wiki/Filters), or in a simpler way through my repository (https://github.com/quindecim/block).
The module comes with the [filtering](https://github.com/DNSCrypt/dnscrypt-proxy/wiki/Filters) feature enabled by default, that's why you can see some files, needed for this operation, inside the `/storage/emulated/0/dnscrypt-proxy` folder. The files are empty, out of the box they work as a placeholder, but they can be used to use dnscrypt-proxy as a blocking tool. To know more about it you can consult the official [documentation](https://github.com/DNSCrypt/dnscrypt-proxy/wiki/Filters), or in a simpler way through my [repository](https://github.com/quindecim/block).
I'm also providing the `allowed-names.txt` and `blocked-names.txt` files regularly updated at [dnscrypt-proxy-filters | CHANNEL](https://t.me/dnscrypt_proxy_filters). The [sources](https://github.com/quindecim/block#sources) used for this merge are among the hardest on the web.