summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2021-01-26 00:05:16 +0700
committerShulhan <ms@kilabit.info>2021-01-26 00:05:16 +0700
commit004ca8bc561162deb1a58a82cbdcca241de9a6cb (patch)
tree3f81f60ecaf4fbd4dfb042b32cb15433f1fdddbd /Makefile
parent4f9e0bb76ce80aeeecfb539a5d41ffbf8402e638 (diff)
downloadrescached-004ca8bc561162deb1a58a82cbdcca241de9a6cb.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--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 13ebabb..f0e498a 100644
--- a/Makefile
+++ b/Makefile
@@ -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