Re: Proxies
Philip S Tellis <[email protected]>
| Newsgroups | gmane.network.everybuddy.user |
|---|---|
| Message-ID | <[email protected]> |
Sometime Today, Meredydd Luff assembled some asciibets to say: > Could people please point me towards references on how to get a TCP > connection through: > > (a) an "CONNECT" method HTTP proxy (as used for SSL) see httptunnel. It's on sourceforge. > (b) SOCKS (about which I know close to nothing) To add socks support, you only need to include the socks header files and link against the socks libraries. Unfortunately, this means that you will support socks and only socks (no direct connections). Get the socks library and read the docs in there. Philip