How to access internet through proxy on elinks


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.



Comments

  1. Using a VPN such as Ivacy VPN is a better option than using proxies.

    ReplyDelete

Post a Comment

Popular posts from this blog

How to configure proxy setting for docker in Centos 7

How to access internet from shell prompt in linux