Skip to content
Snippets Groups Projects
Commit f544907b authored by Pierre Krieger's avatar Pierre Krieger Committed by GitHub
Browse files

Revert listening on IPv6 by default (#5687)

parent 95dc400b
No related merge requests found
......@@ -108,9 +108,6 @@ impl NetworkParams {
Multiaddr::empty()
.with(Protocol::Ip4([0, 0, 0, 0].into()))
.with(Protocol::Tcp(port)),
Multiaddr::empty()
.with(Protocol::Ip6([0, 0, 0, 0, 0, 0, 0, 0].into()))
.with(Protocol::Tcp(port)),
]
} else {
self.listen_addr.clone()
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment