From b6bbabb130bcccfbe0961d3612e1b4d68bc72d56 Mon Sep 17 00:00:00 2001 From: Mark Tearle <mtearle@ucc.asn.au> Date: Mon, 25 Oct 2021 20:22:03 +0800 Subject: [PATCH] Lower TTL on the TXT records --- quovadis/quovadis.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quovadis/quovadis.php b/quovadis/quovadis.php index 9e727f4..ce2ed90 100644 --- a/quovadis/quovadis.php +++ b/quovadis/quovadis.php @@ -110,7 +110,7 @@ function update_desec_txt($config, $name, $txt) { $val = [ 'subname' => $name, 'type' => 'TXT', - 'ttl' => 3600, + 'ttl' => 60, 'records' => ['"'. $txt . '"',], ]; -- GitLab