- Updated Cargo.toml to include `etherparse` and enable async feature for `tun-rs`. - Added `ip_match_network` function in network module for IP matching. - Implemented TUN interface initialization in `tun.rs`. - Enhanced client handling in `client.rs` to support new features and improved message handling. - Refactored router messages to use a structured `VpnPacket`. - Updated settings for spell checking in VSCode.
7 lines
71 B
JSON
7 lines
71 B
JSON
{
|
|
"cSpell.words": [
|
|
"etherparse",
|
|
"nodelay",
|
|
"xvpn"
|
|
]
|
|
} |