mirror of
https://github.com/tun2proxy/tun2proxy.git
synced 2025-05-14 05:52:48 +00:00
Bump version 0.2.5
This commit is contained in:
parent
8a67915388
commit
ea5ffff82c
3 changed files with 45 additions and 21 deletions
|
@ -4,7 +4,7 @@ use std::net::{IpAddr, SocketAddr, ToSocketAddrs};
|
|||
use tproxy_config::TUN_NAME;
|
||||
|
||||
#[derive(Debug, Clone, clap::Parser)]
|
||||
#[command(author, version, about = "tun2proxy application.", long_about = None)]
|
||||
#[command(author, version, about = "Tunnel interface to proxy.", long_about = None)]
|
||||
pub struct Args {
|
||||
/// Proxy URL in the form proto://[username[:password]@]host:port,
|
||||
/// where proto is one of socks4, socks5, http. For example:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue