How to access internet through proxy on elinks
Elinks Proxy setting
To use proxy for elinks create the following file for a user:
vi $HOME/.elinks/elinks.conf
set protocol.http.proxy.host = "proxy.host:3128"
set protocol.https.proxy.host = "proxy.host:3128"
set protocol.http.proxy.user = "user"
set protocol.http.proxy.passwd = "pass"
Same configuration we can use in /etc/elinks.conf file for system wide configuration.
Or we can run elinks command to configure elinks in terminal window.
Using a VPN such as Ivacy VPN is a better option than using proxies.
ReplyDelete