Skip to content
Snippets Groups Projects
Commit b2bb67db authored by Mark Tearle's avatar Mark Tearle
Browse files

Move back to desec

parent 105c11eb
No related merge requests found
...@@ -35,7 +35,7 @@ function stripQuotes($text) { ...@@ -35,7 +35,7 @@ function stripQuotes($text) {
} }
function get_txt($config, $name) { function get_txt($config, $name) {
return get_dynu_txt($config, $name); return get_desec_txt($config, $name);
} }
function get_dynu_domainid($config, $name) { function get_dynu_domainid($config, $name) {
...@@ -176,7 +176,7 @@ function check_challenge($challenge) { ...@@ -176,7 +176,7 @@ function check_challenge($challenge) {
// //
function update_txt($config, $name, $txt) { 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) { function update_dynu_txt($config, $name, $txt) {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment