summaryrefslogtreecommitdiff
path: root/crates/arti/src/subcommands/proxy.rs
Commit message (Expand)AuthorAgeFilesLines
* arti-client: add path resolver to `TorClient` and `TorClientConfig`Steven Engler2024-11-181-1/+1
* update `CfgPath::path` to use a `CfgPathResolver`Steven Engler2024-11-181-1/+1
* arti: Don't log that we are in SOCKS mode unless socks_listen is set.Gabriela Moldovan2024-09-171-6/+13
* arti: Allow running hidden services with SOCKS/DNS ports disabled.Gabriela Moldovan2024-09-171-8/+18
* arti: Move proxy subcommand to a separate module.Gabriela Moldovan2024-09-121-7/+37
* arti: Move arti::run to subcommands::proxy.Gabriela Moldovan2024-09-121-2/+168
* arti: Add a new module for the proxy subcommand.Gabriela Moldovan2024-09-121-0/+17