Hallo Red!
The web browser lynx takes the environment variable “http_proxy” into account.
The general call can look like this:
Code: Select all
http_proxy="http://127.0.0.1:4444" lynx http://discuss.i2p/viewtopic.php?p=1002#p1002
If a system-wide proxy is used, the environment variable can be entered in "/etc/environment". (The appropriately configured proxy establishes the connections to the individual networks. This is done centrally and saves users the trouble of configuring each application individually. But beware, such a configuration offers no protection against cross-connections. However, it is ideal for transparent communication across networks.)