mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
Tor: Use relay mode as default setting
Set the default operating mode to "relay" in the Tor WebUI configuration page. Running a Tor exit relay may cause legal trouble in some countries and should not be the default setting to prevent users from accidentally running an exit router. Signed-off-by: Peter Müller <peter.mueller@link38.eu> Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
committed by
Michael Tremer
parent
bb3272dad3
commit
eea4969dff
@@ -106,7 +106,7 @@ if (&Header::blue_used()) {
|
||||
}
|
||||
|
||||
$settings{'TOR_RELAY_ENABLED'} = 'off';
|
||||
$settings{'TOR_RELAY_MODE'} = 'exit';
|
||||
$settings{'TOR_RELAY_MODE'} = 'relay';
|
||||
$settings{'TOR_RELAY_ADDRESS'} = '';
|
||||
$settings{'TOR_RELAY_PORT'} = 9001;
|
||||
$settings{'TOR_RELAY_DIRPORT'} = 0;
|
||||
|
||||
Reference in New Issue
Block a user