Skip to content

Commit 9d60b4a

Browse files
committed
Add Google Domains DNS provider
Add DNS provider for Google Domains DNS. dns_google_domains_access_token = abcdef dns_google_domains_zone = "example.com"
1 parent fd30cfe commit 9d60b4a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

global/certbot-dns-plugins.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,16 @@ dns_godaddy_key = abcdef0123456789abcdef01234567abcdef0123`,
276276
full_plugin_name: 'dns-google',
277277
},
278278
//####################################################//
279+
googledomains: {
280+
display_name: 'GoogleDomainsDNS',
281+
package_name: 'certbot-dns-google-domains',
282+
version_requirement: '~=0.1.5',
283+
dependencies: '',
284+
credentials: `dns_google_domains_access_token = 0123456789abcdef0123456789abcdef01234567
285+
dns_google_domains_zone = "example.com"`,
286+
full_plugin_name: 'dns-google-domains',
287+
},
288+
//####################################################//
279289
hetzner: {
280290
display_name: 'Hetzner',
281291
package_name: 'certbot-dns-hetzner',

0 commit comments

Comments
 (0)