|
@@ -295,9 +295,7 @@ pub struct SettingsOpt {
|
|
|
#[structopt(long)]
|
|
#[structopt(long)]
|
|
|
pub i2p_socks5_proxy: Option<Url>,
|
|
pub i2p_socks5_proxy: Option<Url>,
|
|
|
|
|
|
|
|
- /// If this is true, strictly follow the gold_connect_count and
|
|
|
|
|
- /// white_connect_percent settings. Otherwise, connect to greylist
|
|
|
|
|
- /// entries if we have no white or gold connections.
|
|
|
|
|
|
|
+ /// Allow localnet hosts
|
|
|
#[serde(default)]
|
|
#[serde(default)]
|
|
|
#[structopt(long)]
|
|
#[structopt(long)]
|
|
|
pub localnet: bool,
|
|
pub localnet: bool,
|