My servers have things on port 80 and port 443 already so I don't have any spare server-ports to run the new #Signal proxy without having to spin up new machines.
Interesting that Whatsapp isn't blocked in Iran but Signal is. Hard to imagine Facebook doing an Iran proxy scheme.
@pre If you have a domain name you're happy to use (or just a subdomain) you could set-up virtual hosts on your servers to handle web traffic to multiple services. This means you wouldn't need to disrupt your existing web traffic 👍
@wilw Could put some sort of proxy in front of Apache maybe. But I would expect running that docker container would just find it can't open the ports it wants coz Apache has them open at the moment.
@pre If you have a domain name you're happy to use (or just a subdomain) you could set-up virtual hosts on your servers to handle web traffic to multiple services. This means you wouldn't need to disrupt your existing web traffic 👍