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
c1ec2afe
Unverified
Commit
c1ec2afe
authored
Jan 25, 2019
by
Grant Millar
Committed by
GitHub
Jan 25, 2019
Browse files
Changed records per page to 5000
parent
e36fbd6a
Changes
1
Hide whitespace changes
Inline
Side-by-side
dnsapi/dns_dnsimple.sh
View file @
c1ec2afe
...
...
@@ -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&sort=id:desc"
_dnsimple_rest GET
"
$account_id
/zones/
$domain
/records?per_page=
50
00&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