Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
1cb6e9e7
Commit
1cb6e9e7
authored
Dec 07, 2016
by
seidler2547
Committed by
Stefan Seidel
Feb 23, 2017
Browse files
remove cookiejar file
d'oh
parent
d1d2f6f4
Changes
1
Hide whitespace changes
Inline
Side-by-side
dnsapi/dns_do.sh
View file @
1cb6e9e7
...
...
@@ -13,7 +13,6 @@ DO_URL="https://soap.resellerinterface.de/"
dns_do_add
()
{
fulldomain
=
$1
txtvalue
=
$2
_cookiejar
=
"
$(
_mktemp
)
"
if
_dns_do_authenticate
;
then
_info
"Adding TXT record to
${
_domain
}
as
${
fulldomain
}
"
_dns_do_soap createRR origin
"
${
_domain
}
"
name
"
${
fulldomain
}
"
type
TXT data
"
${
txtvalue
}
"
ttl 300
...
...
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