TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Is there a Tor-Browser in text mode?

4 点作者 aurelien2 个月前
Is there a way to use Tor-browser in text mode or the web browser in text mode like w3m / elinks to scroll onion tor?

1 comment

LinuxBender2 个月前
Fire up the Tor [0] and Privoxy [1] daemons then set variables <i>these vary by text browser</i> to use the Privoxy proxy with your text browser. <i>links, lynx, w3m, etc...</i> The variables are usually <i>http_proxy, ftp_proxy, etc...</i> and specifically also <i>PROTOCOL_proxy</i> for lynx but I would read the man page for whichever you end up using. curl can use variables or the --proxy flag. Privoxy acts as a regular proxy and talks to Tor on the socks port. There are other ways to accomplish this as well.<p>Another method is to use Squid chained to Privoxy to get caching and find grained controls over URI, Method, File Type, Client &#x2F; Server Headers and other ACL&#x27;s. Newer major versions of Squid <i>6</i> can talk directly to SOCKS but most distros still have 3 in their repositories probably due to the configuration directives changing so dramatically between 3 and 6.<p>[0] - <a href="https:&#x2F;&#x2F;dist.torproject.org&#x2F;?C=M;O=D" rel="nofollow">https:&#x2F;&#x2F;dist.torproject.org&#x2F;?C=M;O=D</a><p>[1] - <a href="https:&#x2F;&#x2F;www.privoxy.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.privoxy.org&#x2F;</a>
评论 #43363612 未加载