From f220091f160a7840a0cad59d19a70868f57f9cc5 Mon Sep 17 00:00:00 2001 From: duke Date: Thu, 29 May 2025 17:19:40 -0400 Subject: [PATCH] Fix relnotes formatting --- doc/relnotes/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/relnotes/README.md b/doc/relnotes/README.md index b9a3700f8..db1403472 100644 --- a/doc/relnotes/README.md +++ b/doc/relnotes/README.md @@ -13,6 +13,7 @@ evil organizations. # Hush 3.10.4 "" * Updated seed node list * New CLI option -clearnet=0 which disables clearnet networking, i.e. only Tor or i2p are allowed + * Note that at least one of a Tor or i2p daemon are needed for -clearnet=0, both are not needed but supported * -clearnet=0 is equivalent to the following CLI params: ``` -disableipv4=1 @@ -25,7 +26,6 @@ evil organizations. -onion="127.0.0.1:9050 -i2psam="127.0.0.1:7656" ``` - * Note that at least one of a Tor or i2p daemon are needed for -clearnet=0, both are not needed but supported * Add CLI options `-disableipv4` and `-disableipv6` which can be used to disable IPv4 or IPv6 * Updated ASmap, which maps IP addresses to Autonomous System (AS) numbers * Added ASmap health check, which logs stats about the ASmap once per 24 hours