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

chore(examples): p2p-forge/client v0.4.0 #3211

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

lidel
Copy link
Member

@lidel lidel commented Feb 25, 2025

This PR updates examples/autotls to use p2p-forge/client v0.4

cc @guillaumemichel @2color @aschmahmann for visibility

@@ -58,6 +58,9 @@ func main() {
// User-Agent to use during DNS-01 ACME challenge
p2pforge.WithUserAgent(userAgent),

// Optional extra delay before the initial registration
p2pforge.WithRegistrationDelay(10*time.Second),
Copy link
Contributor

Choose a reason for hiding this comment

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

With this registration delay, do we still need the 5 second sleep below (to confirm our public IPs)?

https://github.com/libp2p/go-libp2p/pull/3211/files#diff-b413b2c049e0ed402c4b3fe4f1501acded0f28dea3a64d709e88809be9b3a867R137

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.

3 participants