Konqueror Configuration

From MetroPipe WIKI

Suggested Configuration

Settings -> Configure Konqueror -> Proxy -> Manually Specify the proxy settings -> Setup

HTTP/S Proxy
localhost port 8080

or

SOCKS Proxy
localhost port 8085

Alternative Method

Or edit:

$HOME/.kde/share/config/kioslaverc
To use HTTP Proxy
...
ProxyType=1
...
NoProxyFor=127.0.0.1,localhost
...
httpProxy=http://127.0.0.1:8080
httpsProxy=http://127.0.0.1:8080