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
2be4a5e4
Commit
2be4a5e4
authored
Nov 06, 2016
by
nytral
Browse files
use _base64
parent
a43d6972
Changes
1
Hide whitespace changes
Inline
Side-by-side
dnsapi/dns_lua.sh
View file @
2be4a5e4
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
#LUA_Email="user@luadns.net"
#LUA_Email="user@luadns.net"
LUA_Api
=
"https://api.luadns.com/v1"
LUA_Api
=
"https://api.luadns.com/v1"
LUA_auth
=
$(
printf
$LUA_Email
:
$LUA_Key
|
base64
)
LUA_auth
=
$(
printf
$LUA_Email
:
$LUA_Key
|
_
base64
)
######## Public functions #####################
######## Public functions #####################
...
...
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