blob: 399b83eeadfdb8b85fd37cd561d1c6162b012055 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# 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:
1. [ ] TUN raw data (headers) parsing
2. [ ] parse geoip2 thingies
3. [ ] parse user's Config
4. [ ] impl routing logic based on client's Config
5. [ ] make this thing easy adn convenient to use
6. [ ] custom Tor/i2p profiles/Config presets mayber????
|