21 Commits

Author SHA1 Message Date
Alex Cazacu
7c81f59bb7
Merge af9e8302895c3c16fd8539a3faf1958c169d7341 into 8718b156c4c68d340b7c7d85f41a4170bf91a464 2023-01-22 22:33:31 +01:00
neil
e947870da9 minor 2022-09-23 22:39:53 +08:00
Reto Schüttel
c2b14d3075 dns_gcloud: disable argument parsing for challenges
fixes #3596
2022-06-01 16:51:01 +02:00
Reto Schuettel
401fd37e35 dns_gcloud: allowrecord-sets list output to be separated by 'semicolon'
gcloud dns record-sets list used to separate records by comma, with
version 353.0.0 the tool uses semicolons instead.
2021-10-20 18:18:02 +02:00
Alex Cazacu
af9e830289
Update logging to be be more verbose 2021-06-02 15:00:55 +02:00
Alex Cazacu
e32bdd054a
Read configuration using correct variable names 2021-06-02 14:53:53 +02:00
Alex Cazacu
86453f5c71
Save configuration using correct variable names 2021-06-02 14:51:37 +02:00
Alex Cazacu
16d1bf8392
Remove dead code 2021-06-02 14:49:12 +02:00
Alex Cazacu
00dac9b87f
Fix formatting 2021-06-02 09:43:51 +02:00
Alex Cazacu
63438b3a3d
Save credentials after successful authentication 2021-06-01 22:54:07 +02:00
Alex Cazacu
6283a7a319
Implement service account key authentication dns_gcloud.sh 2021-06-01 22:50:22 +02:00
neil
19c4345162 fix shfmt 2020-08-17 22:18:20 +08:00
Andrey Tuzhilin
70fdb1042f fix: added public dns zones filter 2020-01-14 15:55:44 +03:00
Kay Roepke
145b1f4fb3
Improve compatibility with *BSD xargs
The --no-run-if-empty option is a GNU extension and the long version isn't supported by *BSD variants.
Instead use the short version (-r) which is present, but ignored as it is the default behavior, in at least FreeBSD: https://www.freebsd.org/cgi/man.cgi?xargs
2019-05-28 13:46:19 +02:00
chasefox
4aa488f48b
Formatting - indentation
I think this is what CI wants....
2019-04-08 07:51:39 -04:00
chasefox
2d72b25c43
CI wanted double-quote 2019-04-08 07:44:41 -04:00
chasefox
f23b0aacd7
Remove here string
CI doesn't want here strings
2019-04-08 07:11:08 -04:00
Matthew R Chase
98d27c4a6a Fix most-specific zone match
Most specific zone selected by deepest sub-domain (how many '.' in the domain)
rather than seemingly irrelevant count of the number of characters within the zone.
2019-04-07 15:04:03 -04:00
Janos Lenart
441f8f3ce8 Replied to PR comments 2018-08-15 12:05:57 +01:00
Janos Lenart
167758003c Fixed shfmt (dns_gcloud) 2018-08-15 12:03:38 +01:00
Janos Lenart
0a3ac1f5c3 Added support for Google Cloud DNS API (dns_gcloud) 2018-08-15 12:03:38 +01:00