Re: Ilugd-dev Digest, Vol 14, Issue 1: Geting Proxy Information.

Abhijit Menon-Sen <[email protected]> Sat, 16 Jul 2005 17:21:13 +0530
Newsgroups gmane.user-groups.linux.delhi.devel
Message-ID <[email protected]>
At 2005-07-16 16:24:12 +0530, bsingh-dv/[email protected] wrote:
>
> > Possible answers range from getenv("http_proxy") to SOCKS.
>
> Can you please elaborate on this?

Often, getenv("http_proxy") (and ftp_proxy etc.) will give you a proxy
URL that you can connect to, or you can link your application to SOCKS
(both of which you can ask Google about).

> Adding to this, I wanted to find out all the network interfaces
> on my machine which are connected to Internet

man 3 getifaddrs

-- ams