sam-scolari
PROOP
a year ago
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
a year ago
it is not possible to expose multiple tcp ports
a year ago
i know http and tcp are on the todo list, but im not sure if multiple tcp proxies are
a year ago
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