Skip to content
This repository has been archived by the owner on Mar 9, 2022. It is now read-only.

modify Addresses.Gateway/API to array #7

Closed
overbool opened this issue Sep 7, 2018 · 1 comment
Closed

modify Addresses.Gateway/API to array #7

overbool opened this issue Sep 7, 2018 · 1 comment

Comments

@overbool
Copy link

overbool commented Sep 7, 2018

modify Addresses.Gateway/API to array about ipfs/kubo/issues/5401

@lidel
Copy link
Member

lidel commented Jan 8, 2019

Support for arrays in Addresses.Gateway/API was added in #11 and I just confirmed it works as expected (my node listens on both ipv4 and ipv6):

$ ipfs config --json Addresses.Gateway '["/ip4/127.0.0.1/tcp/8080","/ip6/::1/tcp/8080"]'
$ ipfs config --json Addresses.Gateway
[
  "/ip4/127.0.0.1/tcp/8080",
  "/ip6/::1/tcp/8080"
]

This can be closed.

@overbool overbool closed this as completed Jan 8, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants