[MIRROR]
| src | ||
| tests | ||
| .gitignore | ||
| build.rs | ||
| Cargo.lock | ||
| Cargo.toml | ||
| flake.lock | ||
| flake.nix | ||
| LICENSE | ||
| README.md | ||
nsc (Network security control)
Tun-in interface with marching on TOR/I2P similar to v2ray/xray
The project is designed by the desire to transfer all the charms of routing and tun-in of modern VPN cores to Mesh networks.
brief impl plan:
client-side usage essentianls
- TUN raw data (headers) parsing 50-70% done =)
- parse geoip2 (mmdb for now) thingies (
- add v2ray protocols buffer support (geo{ip,site}.dat)
- parse user's Config
- impl routing logic based on client's Config
- make this thing easy adn convenient to use
- custom Tor/i2p profiles/Config presets (via proxies like 127.0.0.1:10808)
inner infra
- write as much tests as possible covering hopefully all logic
- keep code readable and comprehensive
- ideally review each others PRs after initial MVP stage
- leave references/helpful comments on parts when code isn't obvious from the first glance