hank_and_deans
@hank_and_deans@lemmy.ca
This is a remote user, information on this page may be incomplete. View at Source ↗
- Comment on Best way to get IPv4 connectivity to my self-hosted services 2 weeks ago:
That is correct. There is a trick where you can set the source ip to the ipv6 mapped ipv4 ip it originally came from. I have implemented that in a transparent tcp proxy I worked on some years ago, but I am not sure if nginx supports that.
I should look into that actually. It would be useful to me as well.
- Comment on Best way to get IPv4 connectivity to my self-hosted services 3 weeks ago:
It’s merely a tcp proxy. It doesn’t even have to be http since it has no idea. The trick with tls is that it can extract the requested host name via SNI.
- Comment on Best way to get IPv4 connectivity to my self-hosted services 3 weeks ago:
Or just use Nginx stream proxy, and all the encryption happens on the endpoints. No need for certs on the proxy at all.
This is how I make https and mqtts available on ipv4.