mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 16:17:59 +00:00
Disable mDNS when passing --dev (#2467)
This commit is contained in:
committed by
Gavin Wood
parent
8ca343ca8c
commit
747df1f332
@@ -119,7 +119,7 @@ pub struct NetworkConfigurationParams {
|
||||
pub in_peers: u32,
|
||||
|
||||
/// By default, the network will use mDNS to discover other nodes on the local network. This
|
||||
/// disables it.
|
||||
/// disables it. Automatically implied when using --dev.
|
||||
#[structopt(long = "no-mdns")]
|
||||
pub no_mdns: bool,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user