IntersectMBO / cardano-launcher

Shelley cardano-node and cardano-wallet launcher for NodeJS applications
https://input-output-hk.github.io/cardano-launcher/
Apache License 2.0
33 stars 9 forks source link

Remove "cardano-node run --host-ipv6-addr=::1" default #136

Closed rvl closed 2 years ago

rvl commented 2 years ago

If the user's system has IPv6 disabled, passing this option will cause cardano-node to fail and exit.

Since all we wish to do is prevent exposing the node to the Internet, it's better to just not listen on IPv6 at all - by default.

Comments

/cc @nc6 @Jimbo4350

Issue number

ADP-1334