From fb4e1d53a0f079a82717203d0ff7eeea7d0c6162 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20M=C3=BCller?= Date: Sat, 25 Sep 2021 09:08:22 +0200 Subject: [PATCH] Tor: Use crypto hardware acceleration if available MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Peter Müller Signed-off-by: Arne Fitzenreiter --- html/cgi-bin/tor.cgi | 1 + 1 file changed, 1 insertion(+) diff --git a/html/cgi-bin/tor.cgi b/html/cgi-bin/tor.cgi index ce579aec11..2b0d933364 100644 --- a/html/cgi-bin/tor.cgi +++ b/html/cgi-bin/tor.cgi @@ -731,6 +731,7 @@ sub BuildConfiguration() { # Global settings. print FILE "Sandbox 1\n"; + print FILE "HardwareAccel 1\n"; print FILE "ControlPort $TOR_CONTROL_PORT\n"; if ($settings{'TOR_ENABLED'} eq 'on') { -- 2.39.5