
Skype Proxy
Source (link to git-repo or to original if based on someone elses unmodified work):
Available as/for:
Description:The program can setup
forwarding of TCP/IP connections
to a port on the local machine to
a port on the machine of one of
your skype contacts.
WARNING: THE PROGRAM IS PROVIDED WITHOUT ANY WARRANTY.
That said, it should not destroy your data. Also there are probably bugs
in this version, but basic stuff works
Example usage:
me:
skype &;
skypeproxy ls listen my_skype_friend
my_skype_friend:
skype &;
skypeproxy fw forward my_skype_name 8000 22;
ssh localhost -p 8000;
--- skypelisten now accepts any connections by default. If you want to limit this provide a RegExp as a parameter on the command-line which will
have to match the contact name of the connecting party before the connection is be accepted
--- skypeforward now has a menu where you can select from your contact list (instead of a simple inputbox)
Ratings & Comments
0 Comments