From c50f3771da4d8894a3f12fee90bf2f7c86304a49 Mon Sep 17 00:00:00 2001 From: mod242 <40213799+mod242@users.noreply.github.com> Date: Mon, 14 Nov 2022 19:57:49 +0100 Subject: [PATCH] Add Webgo as Registrar (#1529) Add Webgo as Registrar to support it via Lexicon --- share/registrar_list.toml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/share/registrar_list.toml b/share/registrar_list.toml index afb213aa1..01906becd 100644 --- a/share/registrar_list.toml +++ b/share/registrar_list.toml @@ -622,7 +622,14 @@ [vultr.auth_token] type = "string" redact = true - + +[webgo] + [webgo.auth_username] + type = "string" + + [webgo.auth_password] + type = "password" + [yandex] [yandex.auth_token] type = "string"