This website works better with JavaScript.
Home
Explore
Help
Sign In
bubblev
/
bubble
Watch
9
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
130
Wiki
Activity
Browse Source
pretty-print dns listing
tags/v0.15.1
Jonathan Cobb
4 years ago
parent
0725e9b0b5
commit
b9b6393366
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
bin/godaddy/gd_list_records.sh
+ 1
- 1
bin/godaddy/gd_list_records.sh
View File
@@ -7,4 +7,4 @@ DOMAIN=${1:?no domain provided}
THISDIR=$(cd $(dirname ${0}) && pwd)
GDCURL=${THISDIR}/gdcurl
${GDCURL} ${DOMAIN}/records
${GDCURL} ${DOMAIN}/records
| jq .
Write
Preview
Loading…
Cancel
Save