diff options
author | Cecylia Bocovich <cohosh@torproject.org> | 2021-07-06 13:09:24 -0400 |
---|---|---|
committer | Cecylia Bocovich <cohosh@torproject.org> | 2021-07-06 13:09:24 -0400 |
commit | 16e517245b764fa3a68e5ba398064ba28ddd4ac0 (patch) | |
tree | 7d325099e9cf2716c1e253aaf2ba8ea23ca2e18c /src/config/torrc.sample.in | |
parent | e71db3a4be1cab933f721d63d4ed98f50dddd7c0 (diff) | |
download | tor-16e517245b764fa3a68e5ba398064ba28ddd4ac0.tar.gz tor-16e517245b764fa3a68e5ba398064ba28ddd4ac0.zip |
Update torrc to encourage use of BridgeDistribution
Bridge operators should generally publish their descriptors except for
rare cases, and instead use the BridgeDistribution none setting to
prevent their bridge from being distributed by BridgeDB.
Diffstat (limited to 'src/config/torrc.sample.in')
-rw-r--r-- | src/config/torrc.sample.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/torrc.sample.in b/src/config/torrc.sample.in index 5d593871dd..edc30d043c 100644 --- a/src/config/torrc.sample.in +++ b/src/config/torrc.sample.in @@ -239,7 +239,7 @@ ## mechanisms like https://bridges.torproject.org/. If you want to run ## a private bridge, for example because you'll give out your bridge ## address manually to your friends, uncomment this line: -#PublishServerDescriptor 0 +#BridgeDistribution none ## Configuration options can be imported from files or folders using the %include ## option with the value being a path. This path can have wildcards. Wildcards are |