Bump version 0.2.5

This commit is contained in:
ssrlive 2024-02-10 14:45:44 +08:00
parent 8a67915388
commit ea5ffff82c
3 changed files with 45 additions and 21 deletions

View file

@ -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: