Disable mdns polkadot (#58)

Deactivate mdns for polkadot node as it prevents the process to exit properly

Fixes #57
This commit is contained in:
Cecile Tonglet
2020-02-11 13:11:21 +01:00
committed by GitHub
parent 0abdaed8d7
commit a042fc601e
6 changed files with 162 additions and 22 deletions
+5
View File
@@ -39,6 +39,11 @@ pub struct ExportGenesisStateCommand {
}
#[derive(Debug, StructOpt, Clone)]
#[structopt(settings = &[
structopt::clap::AppSettings::GlobalVersion,
structopt::clap::AppSettings::ArgsNegateSubcommands,
structopt::clap::AppSettings::SubcommandsNegateReqs,
])]
pub struct Cli {
#[structopt(subcommand)]
pub subcommand: Option<Subcommand>,