![]() |
魁梧的小刀 · C语言 memcpy 函数 - ...· 2 年前 · |
![]() |
阳刚的豆腐 · 吉娃娃还是松饼?找到最好的计算机视觉API- ...· 2 年前 · |
![]() |
酒量小的蟠桃 · missing return ...· 2 年前 · |
![]() |
火星上的海豚 · python秒表计时器-掘金· 2 年前 · |
![]() |
很酷的蚂蚁 · Command CompileSwift ...· 2 年前 · |
对于开发人员来说,访问被制裁国家的一些存储库和网站始终是一个巨大的挑战。我试图找到最好和最简单的方式来代理整个系统在Ubuntu与托尔,privoxy和桥。
发布于 2019-10-23 07:34:02
首先,您需要打开终端并安装Tor:
sudo apt-get install tor
然后通过以下方法检查tor是否安装成功:
service tor status
如果服务器未运行,则按以下方式运行:
service tor start
在运行tor之后,您可以看到tor的日志
journalctl -exft Tor
然后,您必须在日志中搜索下面一行。
引导100%:已完成
如果在日志中找不到这一行,那么它就意味着tor没有运行,您应该为tor配置Bridge。要在第一次安装obfs4proxy时通过以下方式配置tor:
sudo apt install obfs4proxy
那你应该去取桥线。要获得桥线,请到 https://bridges.torproject.org/ 并获得您的桥线。
得到桥线后,应该使用命令打开torrc:
sudo vim /etc/tor/torrc
然后将以下代码添加到torrc文件的末尾
UseBridges 1
ClientTransportPlugin obfs4 exec /usr/bin/obfs4proxy
![]() |
火星上的海豚 · python秒表计时器-掘金 2 年前 |