aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2026-02-03 03:58:01 +0700
committerShulhan <ms@kilabit.info>2026-02-03 03:59:04 +0700
commitd30b17c4db1392c19b11c3af7a47051f8dd6568a (patch)
tree4b3f0ec995c60203261269f883a48097138b855c /go.mod
parent58678a935adbf324c4a36dbddcc286f6a6f4f655 (diff)
downloadrescached-d30b17c4db1392c19b11c3af7a47051f8dd6568a.tar.xz
all: add option to set minimum TTL
In the rescached.cfg, we add option where user can force the minimum TTL in the DNS answer. This option is not a standard and not recommended used in public facing network. It should be used only for personal and private network.
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index b1619fe..f62ff6d 100644
--- a/go.mod
+++ b/go.mod
@@ -7,7 +7,7 @@ go 1.24.0
require (
git.sr.ht/~shulhan/ciigo v0.15.4-0.20260124144929-5f12f2705a29
- git.sr.ht/~shulhan/pakakeh.go v0.60.3-0.20260125195513-b5e7b1fefd3a
+ git.sr.ht/~shulhan/pakakeh.go v0.60.3-0.20260202092811-1e3bb9be8444
)
require (