I've got a OpenBSD VPS with a WireGuard connection to a server on my home network. I can ssh and ping both ways through the WireGuard tunnel.
Would it be possible to use relayd on the VPS to direct traffic to different services running on the server at home?
service1.example.com -> server:8443
service2.example.com -> server:8090
It kind of looks that way from:
https://mutualaid.info/posts/using-relayd-as-a-reverse-proxy-on-openbsd/
I can add DNS records to the domain in question.
(I'm new to OpenBSD, but not Linux)