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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Tor 0.3.3.6 released

58 点作者 _jomo将近 7 年前

1 comment

kodablah将近 7 年前
&gt; There is now a documented stable API for programs that need to embed Tor.<p>This is a nice feature. It&#x27;s just a wrapper around main and CLI args, but lets us statically link it. I just built a Go project[0] that supports this API in statically compiled Tor[1].<p>&gt; The control port now supports commands and events for v3 onion services.<p>This is also awesome as v3 services publish much faster. I can create an ephemeral v3 service and have it published in a few seconds as opposed to many seconds with v2. Granted the name is way longer because it embeds an entire ed25519 pub key in there, but it&#x27;s worth it. There are many other internal benefits of v3 too.<p>0 - <a href="https:&#x2F;&#x2F;github.com&#x2F;cretz&#x2F;bine" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;cretz&#x2F;bine</a> 1 - <a href="https:&#x2F;&#x2F;github.com&#x2F;cretz&#x2F;tor-static" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;cretz&#x2F;tor-static</a>