Update relnotes
This commit is contained in:
@@ -11,8 +11,27 @@ also because they censor many people around the world and work with
|
||||
evil organizations.
|
||||
|
||||
# Hush 3.10.4 ""
|
||||
* Add CLI options `-disableipv4` and `-disableipv6` which can be used to disable IPv4/IPv6
|
||||
* Updated seed node list
|
||||
* New CLI option -clearnet=0 which disables clearnet networking, i.e. only Tor or i2p are allowed
|
||||
* -clearnet=0 is equivalent to the following CLI params:
|
||||
```
|
||||
-disableipv4=1
|
||||
-disableipv6=1
|
||||
-dns=0
|
||||
-dnsseed=0
|
||||
-bind=127.0.0.1
|
||||
-onlynet="onion"
|
||||
-onlynet="i2p"
|
||||
-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
|
||||
* Improved cjdns/i2p/tor docs
|
||||
* Updated protocol version
|
||||
* Fixed warnings caused by newer compilers
|
||||
|
||||
# Hush 3.10.3 "Persistent Pezoporus"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user