[MIRROR]
| src | ||
| tests | ||
| .gitignore | ||
| 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
- parse geoip2 thingies
- 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 mayber????
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