-
Notifications
You must be signed in to change notification settings - Fork 18
Re-organize torrc files for usability #15
Copy link
Copy link
Closed
Description
We want to reorganize torrc files similar to how was done here:
shadow/shadow#1411
the conf/ dir will have:
- tor.common.torrc
- tor.relay.torrc
- tor.relay.authority.torrc
- tor.relay.exitonly.torrc
- tor.relay.exitguard.torrc
- tor.relay.guardonly.torrc
- tor.relay.other.torrc (no exit or guard position flag)
- tor.client.torrc
- tor.client.markov.torrc
- tor.client.perf.torrc
- tor.relay.torrc
and then the host-specific directories of each process will have a local torrc that includes a subset of the files above according to the characteristics of that Tor process (relay, exit, or client etc).
We think this will make it easier for users to make edits to Tor configs. since they could just change a config for a single Tor node by editing the local torrc in the cwd of the node.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels