Skip to content

Re-organize torrc files for usability #15

@robgjansen

Description

@robgjansen

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

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions