From b100e9d6c9d13aacf76c95de04c3b7f47a687420 Mon Sep 17 00:00:00 2001 From: MadcowOG Date: Tue, 3 May 2022 19:52:53 -0700 Subject: [PATCH] For user configuration of access to tor control port. This file should be heavily restricted in file system. --- misc/tor/control.conf | 1 + 1 file changed, 1 insertion(+) create mode 100644 misc/tor/control.conf diff --git a/misc/tor/control.conf b/misc/tor/control.conf new file mode 100644 index 0000000..9f0dc08 --- /dev/null +++ b/misc/tor/control.conf @@ -0,0 +1 @@ +# Place password here. Keep this safe. \ No newline at end of file