Using Both http and tcp in traefik routing

Hey @ArcticStag

You can just create the new entry point that listens on a specific port, e.g. 22, and then create a TCP router. All incoming request that matches the router should be forwarded to your SSH server.

Here are a few examples on that forum:

Please refer also to the official documentation:

I hope that helps.

Thank you, Jakub

1 Like