From 88ea5f0a902ff220d17c523703b044d5b8936db8 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Thu, 6 Apr 2023 20:11:17 +0000 Subject: [PATCH] Add support for Porkbun through Lexicon --- share/registrar_list.toml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/share/registrar_list.toml b/share/registrar_list.toml index 01906becd..3f478a03f 100644 --- a/share/registrar_list.toml +++ b/share/registrar_list.toml @@ -501,6 +501,15 @@ [pointhq.auth_token] type = "string" redact = true + +[porkbun] + [porkbun.auth_key] + type = "string" + redact = true + + [porkbun.auth_secret] + type = "string" + redact = true [powerdns] [powerdns.auth_token]