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
06302871
Unverified
Commit
06302871
authored
Jan 25, 2019
by
neil
Committed by
GitHub
Jan 25, 2019
Browse files
Merge pull request #1543 from Rid/patch-2
Fix DNSimple when zone has > 100 records
parents
f4c7822b
c1ec2afe
Changes
1
Hide whitespace changes
Inline
Side-by-side
dnsapi/dns_dnsimple.sh
View file @
06302871
...
...
@@ -152,7 +152,7 @@ _get_records() {
sub_domain
=
$3
_debug
"fetching txt records"
_dnsimple_rest GET
"
$account_id
/zones/
$domain
/records?per_page=
1
00"
_dnsimple_rest GET
"
$account_id
/zones/
$domain
/records?per_page=
5
00
0&sort=id:desc
"
if
!
_contains
"
$response
"
"
\"
id
\"
:"
;
then
_err
"failed to retrieve records"
...
...
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