From b2bb67db1fa33d7861f1dece9a23958ddfce57b9 Mon Sep 17 00:00:00 2001
From: Mark Tearle <mtearle@ucc.asn.au>
Date: Thu, 9 Dec 2021 20:13:34 +0800
Subject: [PATCH] Move back to desec

---
 quovadis/quovadis.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/quovadis/quovadis.php b/quovadis/quovadis.php
index 435478a..da9e454 100644
--- a/quovadis/quovadis.php
+++ b/quovadis/quovadis.php
@@ -35,7 +35,7 @@ function stripQuotes($text) {
 } 
 
 function get_txt($config, $name) {
-	return get_dynu_txt($config, $name);
+	return get_desec_txt($config, $name);
 }
 
 function get_dynu_domainid($config, $name) {
@@ -176,7 +176,7 @@ function check_challenge($challenge) {
 //
 
 function update_txt($config, $name, $txt) {
-        return update_dynu_txt($config, $name, $txt);
+        return update_desec_txt($config, $name, $txt);
 }
 
 function update_dynu_txt($config, $name, $txt) {
-- 
GitLab