Unix Socket Programming Question:

How can my client work through a firewall/proxy server?

Tweet Share WhatsApp

Answer:

If you are running through separate proxies for each service, you shouldn't need to do anything. If you are working through sockd, you will need to "socksify" your application.

Download Unix Socket Programming PDF Read All 62 Unix Socket Programming Questions
Previous QuestionNext Question
How can I find the full hostname (FQDN) of the system I am running on?Why do I sometimes lose a servers address when using more than one server?