addon-tor icon indicating copy to clipboard operation
addon-tor copied to clipboard

Persistent DataDirectory

Open akrigator opened this issue 10 months ago • 0 comments

Problem/Motivation

Make the /data directory (which is set in torrc by DataDirectory) persistent. That should allow to speedup bootstrapping

Expected behavior

Files in the directory should be kept from previous addon's run

Actual behavior

The directory is empty

Steps to reproduce

Restart addon

Proposed changes

config.yaml map sections:

map:
  - ssl:rw
  - data:rw

akrigator avatar Feb 25 '25 07:02 akrigator