Replies: 2 comments
-
you can easily remove obsolete fingerprints from your MyFamily
- for example after removing a server from your inventory -
by moving each instance's offlinemasterkeys folder (defaults to ~/.tor/offlinemasterkeys/<instance>
on the control machine) out of that folder
for example:
mkdir ~/.tor/disabled/
mv ~/.tor/offlinemasterkeys/<instance> ~/.tor/disabled/
note: do NOT move the entire ~/.tor/offlinemasterkeys folder
and do NOT move the folder of an active tor instance, this would cause havoc
Does that address your goal?
|
Beta Was this translation helpful? Give feedback.
0 replies
-
That's exactly what I wanted to achieve. Thanks a lot! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For better manageability of the MyFamily config it would be great to have a way to remove disabled relays with the playbook.
Beta Was this translation helpful? Give feedback.
All reactions