Hello, Can you elaborate a little bit more on this? Tor is using OpenSSL which by default should use RDRAND, AES-NI (if applicable) and so on. What does this option change? -Michael > On 25 Sep 2021, at 08:08, Peter Müller wrote: > > Signed-off-by: Peter Müller > --- > 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 ce579aec1..2b0d93336 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.26.2