mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 19:17:58 +00:00
Revert listening on IPv6 by default (#5687)
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user