TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Tor 0.3.3.6 released

58 pointsby _jomoalmost 7 years ago

1 comment

kodablahalmost 7 years ago
&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>