kytan
kytan copied to clipboard
kytan: High Performance Peer-to-Peer VPN in Rust
hi. bogon:release brite$ sudo ~/kytan/target/release/kytan --mode c -h my-vps-ip -p 9527 --secret iloveson 会显示: thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Unspecified', src/libcore/result.rs:906:4 note: Run with `RUST_BACKTRACE=1`...
When I have just connected to the server, many martian source log display in kernel log. After a short period of time.This log appear occasionally.  172.20.10.5 was my client...
Please consider add automatic DNS override feature. A client has to change system DNS setting and flush DNS after connection made by Kytan in order to prevent DNS pollution. It...
There is a modular proxy project call "v2ray" and it implemented a unique WeChat video obfuscation feature to its KCP transport layer. By using WeChat video obfuscation, UDP transport can...
KCP的网络性能蛮好的 建议加上KCP协议 准备用上作者的VPN去加速公司的海外业务啦 kcp rust的实现 https://github.com/Matrix-Zhang/kcp 这个VPN支持snappy/zstd压缩吗
Fix #20
nat
Currently we are vulnerable to a number of DoS attacks, including (perhaps not limited to): 1. Client can crash server by sending invalid / corrupted packets 1.1 Corrupted packets 1.2...
The latest version of `kytan` **depends on** the **v0.7 `mio`** library. However, v0.7 `mio` on `Windows11` relies on version 0.3 of `ntapi`, which according to my tests no longer compiles...