Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
6c11dd12
Unverified
Commit
6c11dd12
authored
Jun 02, 2022
by
neil
Committed by
GitHub
Jun 02, 2022
Browse files
Merge pull request #4118 from retoo/bugfix/google-dns-escape-arguments
dns_gcloud: disable argument parsing for challenges
parents
8a144ebf
c2b14d30
Changes
1
Show whitespace changes
Inline
Side-by-side
dnsapi/dns_gcloud.sh
View file @
6c11dd12
...
...
@@ -98,7 +98,7 @@ _dns_gcloud_remove_rrs() {
--ttl
=
"
$ttl
"
\
--type
=
TXT
\
--zone
=
"
$managedZone
"
\
--transaction-file
=
"
$tr
"
;
then
--transaction-file
=
"
$tr
"
--
;
then
_debug
tr
"
$(
cat
"
$tr
"
)
"
rm
-r
"
$trd
"
_err
"_dns_gcloud_remove_rrs: failed to remove RRs"
...
...
@@ -113,7 +113,7 @@ _dns_gcloud_add_rrs() {
--ttl
=
"
$ttl
"
\
--type
=
TXT
\
--zone
=
"
$managedZone
"
\
--transaction-file
=
"
$tr
"
;
then
--transaction-file
=
"
$tr
"
--
;
then
_debug
tr
"
$(
cat
"
$tr
"
)
"
rm
-r
"
$trd
"
_err
"_dns_gcloud_add_rrs: failed to add RRs"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment