Fix relnotes formatting

This commit is contained in:
duke
2025-05-29 17:19:40 -04:00
parent 604d77fcd9
commit f220091f16

View File

@@ -13,6 +13,7 @@ evil organizations.
# Hush 3.10.4 "" # Hush 3.10.4 ""
* Updated seed node list * Updated seed node list
* New CLI option -clearnet=0 which disables clearnet networking, i.e. only Tor or i2p are allowed * 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: * -clearnet=0 is equivalent to the following CLI params:
``` ```
-disableipv4=1 -disableipv4=1
@@ -25,7 +26,6 @@ evil organizations.
-onion="127.0.0.1:9050 -onion="127.0.0.1:9050
-i2psam="127.0.0.1:7656" -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 * 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 * 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 * Added ASmap health check, which logs stats about the ASmap once per 24 hours