感谢所有为此版本做出贡献的人,包括 亚历山大·费罗伊、安迪、吉姆·纽瑟姆、nate_d1azzz、粉红森林、 Saksham Mittal和Trinity Pointard。ZPA免费翻墙网
Arti is our ongoing project to create a next-generation Tor client in Rust. Now we're announcing the latest release, Arti 1.1.6.ZPA免费翻墙网
After months of hard work, Arti finally has working client-side onion service support! That is, programs can* now use Arti to connect to onion services on the Tor network.ZPA免费翻墙网
*: Note that this feature is not yet as secure as the equivalent feature in the C tor implementation, and as such you probably shouldn't use it for security-sensitive purposes. (Our implementation is missing the “vanguards-lite” feature that C tor uses to prevent guard discovery attacks.) For this reason, the feature is (for now) disabled by default. To turn it on, you can enable it on the command line (arti -o address_filter.allow_onion_addrs=true proxy
) or edit your arti.toml
configuration file (set allow_onion_addrs = true
in the section [address_filter]
).ZPA免费翻墙网
This release also introduces our key manager functionality. Unlike the C tor
implementation, where the ability to manage keys on disk grew organically (and unevenly) over time, with Arti we’re trying to provide a uniform and consistent API and CLI for managing secret keys. For now, this functionality is in a preliminary state, and the usability is somewhat lacking. If you want, you can use it to experiment with onion service client authorization, but you might have a better time if you wait until the next release.ZPA免费翻墙网
With this release, there have been many smaller and less visible changes as well; for those, please see the CHANGELOG.ZPA免费翻墙网
For more information on using Arti, see our top-level README, and the documentation for the arti
binary.ZPA免费翻墙网
Thanks to everybody who's contributed to this release, including Alexander Færøy, Andy, Jim Newsome, nate_d1azzz, pinkforest, Saksham Mittal, and Trinity Pointard.ZPA免费翻墙网
Finally, our deep thanks to Zcash Community Grants for funding the development of Arti!ZPA免费翻墙网