mirror of
https://github.com/tun2proxy/tun2proxy.git
synced 2025-06-23 01:20:52 +00:00
Implement HTTP proxy authentication
This commit is contained in:
parent
d2aef08e3c
commit
0fb58bec5d
4 changed files with 57 additions and 27 deletions
|
@ -26,7 +26,7 @@ struct Args {
|
|||
#[clap(long, value_name = "username")]
|
||||
username: Option<String>,
|
||||
|
||||
/// Username for authentication
|
||||
/// Password for authentication
|
||||
#[clap(long, value_name = "password")]
|
||||
password: Option<String>,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue