From 99db8c91089ee911926b0ea8bd318b189a517b9c Mon Sep 17 00:00:00 2001 From: Philipp Hoenisch Date: Wed, 28 Apr 2021 16:04:25 +1000 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Daniel Karzel --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20fbf0e1..ef66b99a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,8 +30,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 The ASB is now capable to listen on both TCP and Websocket connections. Default websocket listening port is 9940. - Tor support as an optional feature. - If ASB detects that Tor's control port is open, an hidden service is created for - network it is listening on (currently 2). + If ASB detects that Tor's control port is open, a hidden service is created for + the network it is listening on (currently 2). The Tor control port as well as Tor socks5 proxy port is configurable. ## [0.4.0] - 2021-04-06