You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
net: add option in CConman to disable v1 clearnet connections
a boolean option `disable_v1conn_clearnet` is introduced in CConman
which will (in a later commit) store if the user wishes to disable
outbound v1 connections on IPV4 and IPV6 networks since they are
unencrypted.
this option is accessible outside CConman using
`DisableV1OnClearnet()` function with the network we're trying to
connect to passed as an argument.
0 commit comments