Arti 1.9.0 released: Proxy improvements, relay development, and more.
嗯,用户让我帮忙总结一下这篇文章的内容,控制在一百个字以内,而且不需要用“文章内容总结”或者“这篇文章”这样的开头。直接写描述就行。 首先,我得通读一下这篇文章。看起来是关于一个叫做Arti的项目,这是一个用Rust语言实现的下一代Tor。他们发布了1.9.0版本,里面包括了中继节点和目录权威的一些幕后工作,还有对动态端口分配的支持更好了。比如现在支持SOCKS代理自动分配端口,并且写到JSON文件里。还废弃了0作为端口号。 然后,洋葱服务方面,Arti的密钥管理器现在作为实验性的公共API,主要是给CLI工具用的。中继节点方面,电路反应器现在能处理传入的数据流请求,这对整体设计很重要。目录权威方面也进展不少,重构了一些网络文档类型和API,并添加了实验性的支持目录权威密钥证书。镜像下载逻辑也增加了。 最后提到了感谢贡献者和赞助商。 好的,现在我需要把这些信息浓缩到100字以内。主要点包括:Arti 1.9.0发布、支持动态端口、改进中继节点和目录权威、洋葱服务API变化、感谢贡献者和赞助商。 可能的结构:Arti 1.9.0发布,新增动态端口支持、中继节点改进、目录权威重构、洋葱服务API变化等。 检查一下字数是否合适。大概在80字左右。 </think> Arti 1.9.0发布,新增动态端口支持、中继节点数据流处理能力及目录权威重构功能,并改进洋葱服务密钥管理器API。 2026-1-13 00:0:0 Author: blog.torproject.org(查看原文) 阅读量:2 收藏

Arti is our ongoing project to create a next-generation Tor implementation in Rust. We're happy to announce the latest release, Arti 1.9.0.

This release includes some behind-the-scences work on relays and directory authority development, and adds improved support for running with dynamically assigned ports. For example, Arti now accepts proxy.socks_listen = "auto" to configure its SOCKS proxy with an operating-system-assigned port, and writes the assigned port to a structured JSON file in Arti's data directory.

Following this change to dynamic port assignments, we also depreacted 0 as a port number for making it disabling this feature all together.

There has also been some interesting development going on with onion services, namely that Arti's key manager is now available as an experimental public API, intended for use by Arti's key management CLI. This is an API change only, users of the CLI are not affected by it.

Our effort to support relays in Arti also made notable progress. Namely, the relay circuit reactor is now capable of handling incoming data stream requests, something crucial for the overall operational design of this component.

Likewise, development in the domain of directory authorities also progressed significantly. This release contains some refactoring of various network document types and APIs and adds experimental support for directory authority key certificates. Similarly, the directory mirror got the relevant logic for downloading network documents from directory authorities.

For full details on what we've done, including API changes, and for information about many more minor and less-visible changes, please see the CHANGELOG.

For more information on using Arti, see our top-level README, and the documentation for the arti binary.

Thanks to everybody who's contributed to this release, including Benjamin Erhart, Jérôme Charaoui, Neel Chauhan, Nihal, Pier Angelo Vendrame, Yaksh Bariya, hjrgrn, and tla.

Also, our deep thanks to our sponsors for funding the development of Arti!


文章来源: https://blog.torproject.org/arti_1_9_0_released/
如有侵权请联系:admin#unsafe.sh