mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
Allow building with IPv6 support, but it disabled by default
This commit is contained in:
parent
45beb88966
commit
9655d73f49
6 changed files with 16 additions and 6 deletions
|
|
@ -500,6 +500,12 @@ bool AppInit2()
|
|||
SetLimited(net);
|
||||
}
|
||||
}
|
||||
#if defined(USE_IPV6)
|
||||
#if ! USE_IPV6
|
||||
else
|
||||
SetLimited(NET_IPV6);
|
||||
#endif
|
||||
#endif
|
||||
|
||||
CService addrProxy;
|
||||
bool fProxy = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue