diff options
| author | Shulhan <ms@kilabit.info> | 2021-01-26 00:05:16 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2021-01-26 00:05:16 +0700 |
| commit | 004ca8bc561162deb1a58a82cbdcca241de9a6cb (patch) | |
| tree | 3f81f60ecaf4fbd4dfb042b32cb15433f1fdddbd /Makefile | |
| parent | 4f9e0bb76ce80aeeecfb539a5d41ffbf8402e638 (diff) | |
| download | rescached-4.0.0.tar.xz | |
Release rescached v4.0.0 (2021-01-25)v4.0.0
== New features
Rescached now have a web user interface (wui) that can be accessed at
http://127.0.0.1:5380.
The interface can be used to monitoring caches, managing caches, environment,
blocked hosts, internal hosts files, and zone files.
== Breaking changes
* The `rescached::dir.hosts` now default to "/etc/rescached/hosts.d"
* The `rescached::dir.master` now default to "/etc/rescached/zone.d"
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -164,4 +164,4 @@ build-linux-amd64: GOARCH=amd64 build-linux-amd64: build deploy: build-linux-amd64 - rsync --progress _bin/linux_amd64/rescached dns-server:~/bin/rescached + rsync --progress _bin/linux_amd64/rescached personal-server:~/bin/rescached |
