From 2931d46c8a3f8ad4b4c4beda0f879cb3ebe0d213 Mon Sep 17 00:00:00 2001 From: Rob Jansen Date: Fri, 11 Oct 2024 17:22:34 -0400 Subject: [PATCH] Update generate_tor.py Link to shadow discussions instead of old shadow-plugin-tor repo. --- tornettools/generate_tor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tornettools/generate_tor.py b/tornettools/generate_tor.py index 3449e69..7bdfaf0 100644 --- a/tornettools/generate_tor.py +++ b/tornettools/generate_tor.py @@ -249,7 +249,7 @@ def __generate_torrc_common(conf_path, authorities, geoip_path): torrc_file.write('SafeLogging 0\n') torrc_file.write('LogTimeGranularity 1\n') torrc_file.write('HeartbeatPeriod 1\n') - torrc_file.write('ContactInfo https://github.com/shadow/shadow-plugin-tor/issues\n') + torrc_file.write('ContactInfo https://github.com/shadow/shadow/discussions\n') torrc_file.write('DisableDebuggerAttachment 0\n') torrc_file.write('CellStatistics 0\n') torrc_file.write('PaddingStatistics 0\n')