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: update TTL max for Cloudflare #23885

Merged
merged 1 commit into from Nov 11, 2021

Conversation

meowsbits
Copy link
Contributor

@meowsbits meowsbits commented Nov 10, 2021

This was apparently recently changed by Cloudflare, and
began returning an error: TTL must be between 60 and 86400 seconds, or 1 for Automatic

A failing run with an example error: https://github.com/etclabscore/discv4-dns-lists/actions/runs/1429049560
A fixed run with no error: https://github.com/etclabscore/discv4-dns-lists/actions/runs/1429650853

I created a new variable because treeNodeTTL is also used by the Route53 implementation.

This was apparently recently changed by Cloudflare, and
began returning an error:
'TTL must be between 60 and 86400 seconds, or 1 for Automatic'

Date: 2021-11-10 15:25:20-08:00
Signed-off-by: meows <b5c6@protonmail.com>
Copy link
Contributor

@fjl fjl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks. I can't check it right now, but it seems OK.

@fjl fjl merged commit 5358e49 into ethereum:master Nov 11, 2021
@fjl fjl added this to the 1.10.13 milestone Nov 11, 2021
sidhujag pushed a commit to syscoin/go-ethereum that referenced this pull request Nov 11, 2021
This was apparently recently changed by Cloudflare, and
began returning an error: 'TTL must be between 60 and 86400
seconds, or 1 for Automatic'

Date: 2021-11-10 15:25:20-08:00
Signed-off-by: meows <b5c6@protonmail.com>
yongjun925 pushed a commit to DODOEX/go-ethereum that referenced this pull request Dec 3, 2022
This was apparently recently changed by Cloudflare, and
began returning an error: 'TTL must be between 60 and 86400
seconds, or 1 for Automatic'

Date: 2021-11-10 15:25:20-08:00
Signed-off-by: meows <b5c6@protonmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants