From: Peter Müller Date: Sat, 25 Sep 2021 07:08:22 +0000 (+0200) Subject: Tor: Use crypto hardware acceleration if available X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fb4e1d53a0f079a82717203d0ff7eeea7d0c6162;p=people%2Fstevee%2Fipfire-2.x.git Tor: Use crypto hardware acceleration if available Signed-off-by: Peter Müller Signed-off-by: Arne Fitzenreiter --- 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') {