-clearnet=0

This commit is contained in:
Duke
2025-02-28 12:58:01 -05:00
parent b880801235
commit cbc8995b36
2 changed files with 15 additions and 0 deletions

View File

@@ -86,6 +86,9 @@ static const unsigned int MAX_SUBVERSION_LENGTH = 256;
/** -listen default */
static const bool DEFAULT_LISTEN = true;
/** -clearnet default */
static const bool DEFAULT_CLEARNET = true;
/** -disableipv4 default */
static const bool DEFAULT_DISABLE_IPV4 = false;
/** -disableipv6 default */