The elinks tag has no wiki summary.
1
vote
1answer
78 views
Host not found trying to restrict access to yahoo.com in elinks using squid
I added this in squid.conf
acl blocked_sites dstdomains .yahoo.com
http_access deny blocked_sites
and this in elinks.conf
set protocol.http.proxy.host = "proxy.localhost:3128"
set ...
1
vote
0answers
60 views
How to prevent ELinks from staying in scrollback buffer?
After quitting elinks, the browser page history is lingering in my scrollback buffer, and therefore not returning to whatever was buffered on screen when I launched elinks.
Inside a GNU screen with ...
3
votes
1answer
252 views
StackExchange with Elinks
I use Elinks to browse while I am connected remotely. I am unable to login to stackexchange using my OpenID. I enter the correct URL, and upon submission, I get the "No OpenID endpoint found." text. I ...