Hello devs,
Live model situation: 1 dedicated machine running > personal OpenVPN default port udp for now + nginx with public Tor tunnels to all + hidden onion services + regular nginx 443 with proxied backends sites presentations.
The question sounds:
I’d like switch OpenVPN to 443 tcp with port-share function, ie make that sense, will current services works still as ex[ected or I’m wrong, nonsense?
For example:
Nginx ssl/http2/3 conf: listen 7979
OpenVPN conf:
proto tcp
port 443
port-share 127.0.0.1 7979
In the close future, I’d like switch to Rust /Arti, as well.