summaryrefslogtreecommitdiff
path: root/crates/arti/src/arti-example-config.toml
Commit message (Expand)AuthorAgeFilesLines
* arti: update example configSteven Engler2025-07-311-5/+16
* Typo fixes (automatic and hand-verified)Nick Mathewson2025-07-091-1/+1
* arti console logging: use stderr instead of stdoutJim Newsome2025-06-171-1/+1
* arti,arti-client: Add an option to override required protocolsNick Mathewson2025-04-161-0/+14
* metrics: config: Fix typo in the example config fileIan Jackson2025-04-081-1/+1
* metrics: config: Correct the docs in the example config fileIan Jackson2025-04-081-1/+2
* arti: Optionally set up a Prometheus metrics exporterIan Jackson2025-04-081-0/+17
* Add examples and tests for RPC options.Nick Mathewson2025-03-251-0/+59
* arti: Add onion_service.enable_pow option.Wesley Aptekar-Cassels2024-11-251-0/+4
* arti: Add a warning about watch_configuration's performance issues.Gabriela Moldovan2024-10-171-0/+7
* tor-keymgr: Move C Tor keystore configs under ctor key.Gabriela Moldovan2024-10-081-2/+2
* tor-keymgr: Add configuration for C Tor client keystores.Gabriela Moldovan2024-10-081-3/+16
* arti: Remove extraneous whitespace from example config.Gabriela Moldovan2024-10-081-1/+1
* tor-keymgr: Add configuration for C Tor service keystores.Gabriela Moldovan2024-10-081-0/+31
* Default allow_onion_addrs to true.Wesley Aptekar-Cassels2024-10-071-10/+1
* arti: add an example for onion service "reject" optionNick Mathewson2024-09-261-0/+2
* arti: Update example config with new keystore configuration.Gabriela Moldovan2024-09-231-10/+8
* tor-keymgr: Move keystore config under keystore.primary.Gabriela Moldovan2024-09-231-1/+2
* tor-keymgr: added support for specifying keystore kind to ArtiKeystoreConfigMorgan2024-09-201-1/+19
* arti: Remove onion service anonymity setting.Gabriela Moldovan2024-09-121-7/+0
* Look for memquota configuration in the TorClient configurationIan Jackson2024-09-041-0/+11
* arti: Add the restricted_discovery configuration to the example config.Gabriela Moldovan2024-08-051-0/+33
* arti: Note that auto is the same as disabled if vanguards are disabled.Gabriela Moldovan2024-06-031-0/+3
* arti: Add vanguards settings to example config.Gabriela Moldovan2024-06-031-0/+13
* example-config: Indent transport argumentsNick Mathewson2024-04-021-9/+9
* Fix note in config that claimed onion services weren't implementedNick Mathewson2024-03-271-1/+4
* hss: Make the limit for streams configurable.Nick Mathewson2024-03-261-3/+1
* Add example unmanaged pluggable transport to config.Nick Mathewson2024-03-141-0/+10
* Merge branch 'keystore-dir' into 'main'gabi-2502024-02-211-2/+0
|\
| * arti, arti-client, tor-keymgr: Remove keystore dir configuration.Gabriela Moldovan2024-02-211-2/+0
* | tor-hsservice: config: max_concurrent_streams_per_circuit: comment outIan Jackson2024-02-211-0/+2
|/
* Add a configuration option for long_lived_ports.Nick Mathewson2024-02-201-0/+7
* Clarify onion service example(s) a little more.Nick Mathewson2024-02-081-3/+5
* hsrproxy: Temporarily remove ability to config unix addressesNick Mathewson2024-01-161-3/+0
* Fix typosDimitris Apostolou2024-01-081-1/+1
* arti-example-config: Do not claim that state_dir is unusedIan Jackson2023-12-041-2/+0
* Revert "hsrproxy: Temporarily change the format of ProxyRule."Nick Mathewson2023-11-291-8/+5
* Use a less obtrustive sign to end the onion services config sectionNick Mathewson2023-10-111-2/+0
* arti::cfg: tweak narrow() test fn to be more useful.Nick Mathewson2023-10-101-1/+1
* hsrproxy: Temporarily change the format of ProxyRule.Nick Mathewson2023-10-101-5/+8
* Non-working attempt to test onion service configuration.Nick Mathewson2023-10-031-20/+24
* arti: Fix up the example config to use the new onion_services format.Nick Mathewson2023-10-031-6/+5
* arti: Make onion_service configuration option pluralNick Mathewson2023-10-031-2/+2
* hss: Rename the "name" config field to "nickname".Nick Mathewson2023-10-031-1/+1
* arti: Add a list of [[onion_service]]s to the config.Nick Mathewson2023-10-031-0/+47
* Fix typosDimitris Apostolou2023-07-221-6/+6
* arti cfg tests: Add keystore to example config.Gabriela Moldovan2023-07-131-0/+20
* arti config: Remove extraneous whitespace.Gabriela Moldovan2023-07-131-5/+5
* arti: Add a `logging.time_granularity` option with 1s default.Nick Mathewson2023-07-061-0/+16
* Turn off HS client connections by defaultIan Jackson2023-06-291-1/+10