diff options
author | David Goulet <dgoulet@torproject.org> | 2021-02-10 11:46:32 -0500 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2021-02-10 13:24:21 -0500 |
commit | ae5800cd9faccd8c1319601cac7f6c76c4beb288 (patch) | |
tree | 08fdcec354e997917f106b89a7b902284fcf70ef /changes | |
parent | 758000aa98432414847393420324fef983c66f1e (diff) | |
download | tor-ae5800cd9faccd8c1319601cac7f6c76c4beb288.tar.gz tor-ae5800cd9faccd8c1319601cac7f6c76c4beb288.zip |
relay: Allow RFC1918 addresses for non public relays
In other words, if PublishServerDescriptor is set to 0 and AssumeReachable to
1, then allow a relay to hold a RFC1918 address.
Reasons for this are documented in #40208
Fixes #40208
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket40208 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/ticket40208 b/changes/ticket40208 new file mode 100644 index 0000000000..5a3a1aa55e --- /dev/null +++ b/changes/ticket40208 @@ -0,0 +1,6 @@ + o Minor bugfixes (relay): + - Allow relays to have a RFC1918 address if PublishServerDescriptor is set + to 0 and AssumeReachable is set to 1. This is to support the use case of a + bridge on a local network that can be used by restricted users on that + network to reach the Tor network. Fixes bug 40208; bugfix on + 0.4.5.1-alpha. |