How to expose multiple ports over TCP?
I am trying to run a peer to peer node (Farcaster Hub: https://docs.farcaster.xyz/hubble/hubble) which requires 2 TCP ports for gossip and grpc as well as an optional HTTP API. I understand exposing the HTTP API is not possible in conjunction with TCP but is it even possible to expose these 2 TCP ports at the same time?
5 Replies
Project ID:
6b3f7e42-b250-4b53-8639-abb14c79ab8b
6b3f7e42-b250-4b53-8639-abb14c79ab8b
it is not possible to expose multiple tcp ports
On the roadmap?
i know http and tcp are on the todo list, but im not sure if multiple tcp proxies are
chances are that you will automatically be able to do multiple tcp ports when you can do http and tcp at the same time, so ive asked you to that internal ticket and i will let you know when its implemented