diff options
| author | Gab <24553253+gabrix73@users.noreply.github.com> | 2025-03-08 14:59:35 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-08 14:59:35 +0100 |
| commit | 4a3ae9929f4657a0f2e9ccf393205655895bb501 (patch) | |
| tree | cc4e8089f178b791875a9a3b34f842cf7466ba4f /tor/torrc | |
| parent | 489f247cffd1a63936a884c6d336b318179b39d8 (diff) | |
| download | securewhisper-4a3ae9929f4657a0f2e9ccf393205655895bb501.tar.gz securewhisper-4a3ae9929f4657a0f2e9ccf393205655895bb501.tar.xz securewhisper-4a3ae9929f4657a0f2e9ccf393205655895bb501.zip | |
Add files via upload
Diffstat (limited to 'tor/torrc')
| -rw-r--r-- | tor/torrc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tor/torrc b/tor/torrc new file mode 100644 index 0000000..26377be --- /dev/null +++ b/tor/torrc @@ -0,0 +1,5 @@ +SocksPort 127.0.0.1:9052 +ControlPort 127.0.0.1:9053 +DataDirectory /home/runner/workspace/tor/data +HiddenServiceDir /home/runner/workspace/tor/hidden_service +HiddenServicePort 12345 127.0.0.1:12345 |
