diff options
| author | Shulhan <ms@kilabit.info> | 2019-01-16 16:02:47 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2019-01-16 16:02:47 +0700 |
| commit | 56ddcf9d9b9a3e6dccac39748ba95667e069fce6 (patch) | |
| tree | e9acba1d09eef20fda9dd2cbbbde8616a56a9867 | |
| parent | d588cc5aeb88e40bf65dfed7497196d049a5ec75 (diff) | |
| download | rescached-2.0.0.tar.xz | |
Release v2.0.0v2.0.0
Features
- Enable to handle request from UDP and TCP connections
- Enable to forward request using UDP or TCP connection
- Load and serve addresses and hostnames in `/etc/hosts`
- Load and serve hosts formated files inside directory
`/etc/rescached/hosts.d/`
- Blocking ads and/or malicious websites through host list in
`/etc/rescached/hosts.d/hosts.block`
- Support loading and serving master (zone) file format from
`/etc/rescached/master.d`
- Integration with openresolv
- Support DNS over HTTPS (DoH) (draft 14)
| -rw-r--r-- | CHANGELOG.adoc | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc new file mode 100644 index 0000000..424bd2d --- /dev/null +++ b/CHANGELOG.adoc @@ -0,0 +1,15 @@ += Rescached v2.0.0 (2019-01-16) + +== Features + +- Enable to handle request from UDP and TCP connections +- Enable to forward request using UDP or TCP connection +- Load and serve addresses and hostnames in `/etc/hosts` +- Load and serve hosts formated files inside directory + `/etc/rescached/hosts.d/` +- Blocking ads and/or malicious websites through host list in + `/etc/rescached/hosts.d/hosts.block` +- Support loading and serving master (zone) file format from + `/etc/rescached/master.d` +- Integration with openresolv +- Support DNS over HTTPS (DoH) (draft 14) |
