From ae5800cd9faccd8c1319601cac7f6c76c4beb288 Mon Sep 17 00:00:00 2001 From: David Goulet Date: Wed, 10 Feb 2021 11:46:32 -0500 Subject: 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 --- changes/ticket40208 | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 changes/ticket40208 (limited to 'changes') 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. -- cgit v1.2.3-54-g00ecf