mirror of
				https://github.com/dndx/phantun.git
				synced 2025-11-04 11:55:34 +08:00 
			
		
		
		
	style(phantun) slight fix on client usage
This commit is contained in:
		@@ -73,7 +73,7 @@ async fn main() -> io::Result<()> {
 | 
			
		||||
                .long("ipv4-only")
 | 
			
		||||
                .short('4')
 | 
			
		||||
                .required(false)
 | 
			
		||||
                .help("Do not assign IPv6 addresses to Tun interface")
 | 
			
		||||
                .help("Only use IPv4 address when connecting to remote")
 | 
			
		||||
                .takes_value(false)
 | 
			
		||||
                .conflicts_with_all(&["tun_local6", "tun_peer6"]),
 | 
			
		||||
        )
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user