From: "Peter Müller" <peter.mueller@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH] Tor: Disable SOCKS port if unused
Date: Thu, 10 Nov 2022 19:31:33 +0000 [thread overview]
Message-ID: <7ebcbd8d-254b-f71f-54d5-8b4b40f50f0d@ipfire.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 1271 bytes --]
Fixes: #11780
Signed-off-by: Peter Müller <peter.mueller(a)ipfire.org>
---
html/cgi-bin/tor.cgi | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/html/cgi-bin/tor.cgi b/html/cgi-bin/tor.cgi
index 539a74343..96be35102 100644
--- a/html/cgi-bin/tor.cgi
+++ b/html/cgi-bin/tor.cgi
@@ -2,7 +2,7 @@
###############################################################################
# #
# IPFire.org - A linux based firewall #
-# Copyright (C) 2007-2021 IPFire Team <info(a)ipfire.org> #
+# Copyright (C) 2007-2022 IPFire Team <info(a)ipfire.org> #
# #
# This program is free software: you can redistribute it and/or modify #
# it under the terms of the GNU General Public License as published by #
@@ -796,7 +796,9 @@ sub BuildConfiguration() {
if ($strict_nodes > 0) {
print FILE "StrictNodes 1\n";
}
- }
+ } else {
+ print FILE "SocksPort 0\n";
+ }
if ($settings{'TOR_RELAY_ENABLED'} eq 'on') {
# Reject access to private networks.
--
2.35.3
reply other threads:[~2022-11-10 19:31 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=7ebcbd8d-254b-f71f-54d5-8b4b40f50f0d@ipfire.org \
--to=peter.mueller@ipfire.org \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox