Does something like this exist for #ssh
If I connect to example1.domain.com:22 then it forwards to 10.0.2.10:22
If I connect to example2.domain.com:22 then it forwards to 10.0.2.11:22
I have a vm which runs docker I'd also like to host forgejo on it but that for ease of use I'd also like to use port 22 for git over ssh.
I guess I want a reverse proxy for port 22.
@falken even I'm struggling to explain it now. I've decided to run up another VM purely for forgejo that way my docker VM doesn't get in the way.