You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 1, 2023. It is now read-only.
Due to the introduction of circuit v2, (for now) the node behind the firewall has to be configured to use the relay node (as a static relays).
The configuration change needed is pretty straightforward: https://github.com/ipfs/go-ipfs/blob/fde7d01a790254ae23e666dcf2eb9ec16a53fe7c/test/sharness/t0182-circuit-relay.sh#L27-L36.
However, I'm not sure how to do the change here. I assume we'd have to create a
createGoRelayfunction:interop/test/utils/circuit.js
Lines 57 to 72 in b361f74
and then change the
createGofunction such that it uses that relay.