mirror of
https://github.com/tun2proxy/tun2proxy.git
synced 2025-06-21 00:20:53 +00:00
Document --setup-ip
This commit is contained in:
parent
76e0b6fe1d
commit
b12e00c0f5
2 changed files with 3 additions and 2 deletions
|
@ -33,8 +33,8 @@ struct Args {
|
|||
#[arg(short, long, value_name = "method", value_enum)]
|
||||
setup: Option<ArgSetup>,
|
||||
|
||||
/// Proxy IP as used in routing setup
|
||||
#[arg(long, value_name = "ip")]
|
||||
/// Public proxy IP used in routing setup
|
||||
#[arg(long, value_name = "IP")]
|
||||
setup_ip: Option<IpAddr>,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue