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: update docs to show new property #209

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

Conversation

weboko
Copy link
Contributor

@weboko weboko commented Aug 20, 2024

This PR is follow up to waku-org/js-waku#2103

Copy link

vercel bot commented Aug 20, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
docs-waku-org ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 20, 2024 10:53pm

Copy link
Contributor

@danisharora099 danisharora099 left a comment

Choose a reason for hiding this comment

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

approving to unblock

@@ -64,14 +64,11 @@ const peers = [

const node = await createLightNode();

// In case nodes are using `ws` protocol - additional configuration is needed:
// In case nodes are using IP address and / or `ws` protocol - additional configuration is needed:
Copy link
Contributor

@danisharora099 danisharora099 Aug 23, 2024

Choose a reason for hiding this comment

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

What does IP Address mean here?

Perhaps saying:

In case you want to also connect to nodes that support only insecure websockets, ie, the ws protocol -- we recommend using the following configuration to allow your node to also connect with other nodes over insecure websocket connection:

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It meant IP maddr format like "/ip4/0.0.0.0/tcp/60002/ws/p2p/16Uiu2HAkzjwwgEAXfeGNMKFPSpc6vGBRqCdTLG5q3Gmk2v4pQw7H"

The thing is if filter applied - it ignores ip addresses too (wss cannot be established without domain name)

Copy link
Contributor

Choose a reason for hiding this comment

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

Correct, because domain names would mean there is a SSL setup.

Re the docs: feel free to frame it as you want & merge :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

2 participants