mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 09:21:05 +00:00
Add a --no-private-ipv4 CLI option (#4042)
* Add a --no-private-ipv4 CLI option * Fix tests * Fix tests
This commit is contained in:
committed by
Arkadiy Paronyan
parent
9defa6a281
commit
401e213aa2
@@ -158,6 +158,7 @@ fn node_config<G, E: Clone> (
|
||||
node_name: "unknown".to_owned(),
|
||||
transport: TransportConfig::Normal {
|
||||
enable_mdns: false,
|
||||
allow_private_ipv4: true,
|
||||
wasm_external_transport: None,
|
||||
},
|
||||
max_parallel_downloads: NetworkConfiguration::default().max_parallel_downloads,
|
||||
|
||||
Reference in New Issue
Block a user