#499 Disabled IPv6 for internal HTTP API by default, was cause issues on some systems.
This commit is contained in:
parent
ae647699a4
commit
3b83fa530c
2 changed files with 4 additions and 2 deletions
|
@ -53,7 +53,7 @@ static const char *algoNames[] = {
|
|||
xmrig::CommonConfig::CommonConfig() :
|
||||
m_algorithm(CRYPTONIGHT),
|
||||
m_adjusted(false),
|
||||
m_apiIPv6(true),
|
||||
m_apiIPv6(false),
|
||||
m_apiRestricted(true),
|
||||
m_background(false),
|
||||
m_colors(true),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue