mirror of
https://mirror.suhoan.cn/https://github.com/EasyTier/EasyTier.git
synced 2025-12-14 21:57:24 +08:00
fix smoltcp tcp proxy (#157)
1. allow smoltcp proxy with dhcp ip 2. fix smoltcp not work without no tun.
This commit is contained in:
@@ -212,7 +212,7 @@ and the vpn client is in network of 10.14.14.0/24"
|
||||
#[arg(
|
||||
long,
|
||||
help = "enable smoltcp stack for subnet proxy",
|
||||
default_value = "true"
|
||||
default_value = "false"
|
||||
)]
|
||||
use_smoltcp: bool,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user