A Tor style system?

agolangf · · 779 次点击    
这是一个分享于 的资源,其中的信息可能已经有所发展或是发生改变。
<p>Since Go is focused on networking, i have been thinking about if you could make a system like Tor.</p> <p>Any ideas?</p> <hr/>**评论:**<br/><br/>SaturnsVoid: <pre><p>odd... says there is a comment but its not showing.....</p></pre>hariharan-uno: <pre><p>I think it means the person who commented is shadowbanned. They won&#39;t know that they are shadowbanned, but no one else can see their comments all over reddit.</p></pre>bigfoot13442: <pre><p>I see that a lot on reddit</p></pre>bigfoot13442: <pre><p>This sounds interesting. What are you thinking? A straight port? Something new? Do you have any domain expertise?</p></pre>captncraig: <pre><p>I would love too see an http.Transport that uses the tor network for communication. Then you can just set http.DefaultClient when your app starts up and you are using tor.</p></pre>thomasfr: <pre><p>The main development efforts for tor pluggable transports has been written in go for a while already.. examples: <a href="https://gitweb.torproject.org/pluggable-transports/goptlib.git/" rel="nofollow">https://gitweb.torproject.org/pluggable-transports/goptlib.git/</a> and <a href="https://gitweb.torproject.org/pluggable-transports/obfs4.git/" rel="nofollow">https://gitweb.torproject.org/pluggable-transports/obfs4.git/</a></p> <p>I&#39;m building a software on top of the TOR pluggable transports right now. (placeholder readme until some milestones are reached here: <a href="https://github.com/alkasir/alkasir" rel="nofollow">https://github.com/alkasir/alkasir</a> ). It&#39;s meant to be a way to access a certain set of sites and to some extent relies on users reporting which sites are blocked, so it naturally has a much lesser degree of anonymity than what TOR aims for.</p> <p>Most of lantern is also written i Go. Lantern also isn&#39;t TOR in the sense of anonymity but also in a somewhat related sphere of tools <a href="https://github.com/getlantern/lantern" rel="nofollow">https://github.com/getlantern/lantern</a></p> <p>Right now, the future of Go in in &#34;liberation tech&#34; seems quite promising.</p></pre>

入群交流(和以上内容无关):加入Go大咖交流群,或添加微信:liuxiaoyan-s 备注:入群;或加QQ群:692541889

779 次点击  
加入收藏 微博
暂无回复
添加一条新回复 (您需要 登录 后才能回复 没有账号 ?)
  • 请尽量让自己的回复能够对别人有帮助
  • 支持 Markdown 格式, **粗体**、~~删除线~~、`单行代码`
  • 支持 @ 本站用户;支持表情(输入 : 提示),见 Emoji cheat sheet
  • 图片支持拖拽、截图粘贴等方式上传