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 /go.mod | |
| 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 'go.mod')
| -rw-r--r-- | go.mod | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -1,7 +1,11 @@ -module github.com/shuLhan/rescached-go/v3 +module github.com/shuLhan/rescached-go/v4 go 1.14 -require github.com/shuLhan/share v0.22.1-0.20210121194620-62d4a5af43bb +require ( + github.com/shuLhan/share v0.22.1-0.20210124101421-f76dc891e371 + golang.org/x/net v0.0.0-20210119194325-5f4716e94777 // indirect + golang.org/x/sys v0.0.0-20210123111255-9b0068b26619 // indirect +) //replace github.com/shuLhan/share => ../share |
