From 004ca8bc561162deb1a58a82cbdcca241de9a6cb Mon Sep 17 00:00:00 2001 From: Shulhan Date: Tue, 26 Jan 2021 00:05:16 +0700 Subject: Release rescached v4.0.0 (2021-01-25) == 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" --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.3