mirror of
https://github.com/MercuryWorkshop/epoxy-tls.git
synced 2025-05-12 22:10:01 -04:00
fix block_local
This commit is contained in:
parent
566fc38cc9
commit
bec2616a5c
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ struct Cli {
|
||||||
///
|
///
|
||||||
/// See https://doc.rust-lang.org/std/net/struct.Ipv4Addr.html#method.is_global for which IP
|
/// See https://doc.rust-lang.org/std/net/struct.Ipv4Addr.html#method.is_global for which IP
|
||||||
/// addresses are blocked
|
/// addresses are blocked
|
||||||
#[arg(long, short)]
|
#[arg(long, short = 'B')]
|
||||||
block_local: bool,
|
block_local: bool,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue