Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cmd/devp2p,go.mod,go.sum: fix cloudflare record TTL config (86400 max) #431

Merged
merged 1 commit into from
Nov 5, 2021

Conversation

meowsbits
Copy link
Contributor

DNS creations have started failing, eg.
https://github.com/etclabscore/discv4-dns-lists/runs/4114006746?check_suite_focus=true

HTTP status 400: TTL must be between 60 and 86400 seconds, or 1 for Automatic. (9021)

This attempts to resolve this issue by reducing the
tree record TTL default from one week to one day.

The Cloudflare library is also updated from 0.14 to 0.27.

Date: 2021-11-05 07:52:07-07:00
Signed-off-by: meows [email protected]

DNS creations have started failing, eg.
https://github.com/etclabscore/discv4-dns-lists/runs/4114006746?check_suite_focus=true

> HTTP status 400: TTL must be between 60 and 86400 seconds, or 1 for Automatic. (9021)

This attempts to resolve this issue by reducing the
tree record TTL default from one week to one day.

The Cloudflare library is also updated from 0.14 to 0.27.

Date: 2021-11-05 07:52:07-07:00
Signed-off-by: meows <[email protected]>
@meowsbits meowsbits merged commit 68f5a15 into master Nov 5, 2021
@meowsbits meowsbits deleted the fix/devp2p-to-cloudflare-ttl branch November 5, 2021 15:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant