??changed: - It is pretty easy to make any redirection by your own means. Buy a minimal virtual server for you and you collegues (as cheap as 9 USD per month), so you control an external IP, and use the 'redir' (or 'stunnel') tool to redirect port 443 to any plain or crypted port you want. To redirect traffic from you.somehosting.net (port 443) to cvs.savannah.gnu.org (22): - - [EMAIL PROTECTED]:~$ daemon --respawn -- redir --syslog --lport 443 --caddr=cvs.savannah.gnu.org --cport=22 - -For cvs-pserver: - - [EMAIL PROTECTED]:~$ daemon --respawn -- redir --syslog --lport 443 --caddr=cvs.savannah.gnu.org --cport=2401 - -You then can hit on you.somehosting.net port 443 to access the target Savannah service you need. It is pretty easy to make any redirection by your own means. Buy a minimal virtual server for you and you collegues (as cheap as 9 USD per month), so you control an external IP, and use the 'redir' (or 'stunnel') tool to redirect port 443 to any plain or crypted port you want. To redirect traffic from you.somehosting.net (port 443) to cvs.savannah.gnu.org (22)::
[EMAIL PROTECTED]:~$ daemon --respawn -- redir --syslog --lport 443 --caddr=cvs.savannah.gnu.org --cport=22 For cvs-pserver:: [EMAIL PROTECTED]:~$ daemon --respawn -- redir --syslog --lport 443 --caddr=cvs.savannah.gnu.org --cport=2401 You then can hit on you.somehosting.net port 443 to access the target Savannah service you need. ++added: -- forwarded from https://savannah.gnu.org/maintenance/[EMAIL PROTECTED]://savannah.gnu.org/maintenance _______________________________________________ Savannah-cvs mailing list [email protected] http://lists.gnu.org/mailman/listinfo/savannah-cvs
