This repository has been archived by the owner on Feb 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Support exposing API/Gateway on multiple multiaddrs #1852
Labels
exp/novice
Someone with a little familiarity can pick up
help wanted
Seeking public contribution on this issue
P3
Low: Not priority right now
Comments
alanshaw
added
exp/novice
Someone with a little familiarity can pick up
help wanted
Seeking public contribution on this issue
status/ready
Ready to be worked
P3
Low: Not priority right now
labels
Jan 30, 2019
@grantlouisherman YES ❤️ it would be awesome if you'd like to take this on. Please ping me if you need any pointers. |
hey @alanshaw could you assign someone to that PR whenever it is prudent. I just need some help with the test cases. |
alanshaw
pushed a commit
that referenced
this issue
Mar 11, 2019
resolves #1852 License: MIT Signed-off-by: Grant Herman grantlouisherman041@gmail.com
This was referenced Jul 6, 2023
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
exp/novice
Someone with a little familiarity can pick up
help wanted
Seeking public contribution on this issue
P3
Low: Not priority right now
go-ipfs supports listening on multiple multiaddrs if an array is provided instead of a single multiaddr.
Both snippets are valid in go-ipfs:
ipv4+ipv6
ipv4 only
Unfortunately js-ipfs does not support arrays, only a single address can be defined ATM.
cc #1563, ipfs/kubo#5905
The text was updated successfully, but these errors were encountered: