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

Allow configuring multiple listening multiaddr in daemon config #2551

Closed
hanabi1224 opened this issue Feb 15, 2023 · 0 comments · Fixed by #2570
Closed

Allow configuring multiple listening multiaddr in daemon config #2551

hanabi1224 opened this issue Feb 15, 2023 · 0 comments · Fixed by #2570
Assignees

Comments

@hanabi1224
Copy link
Contributor

hanabi1224 commented Feb 15, 2023

Issue summary

To support listening on different protocols (e.g. websocket, udp, quic) than tcp, or both ipv4 and ipv6

Example config to allow websocket connections:

listening_multiaddr: ["/ip4/0.0.0.0/tcp/0", "/ip4/0.0.0.0/tcp/0/ws"]

Other information and links

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 a pull request may close this issue.

1 participant