bless it more
This commit is contained in:
parent
190603e484
commit
7b1bfbbed9
1 changed files with 9 additions and 2 deletions
11
README.md
11
README.md
|
|
@ -4,10 +4,17 @@ 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.
|
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:
|
## brief impl plan:
|
||||||
|
### client-side usage essentianls
|
||||||
1. [ ] TUN raw data (headers) parsing
|
1. [ ] TUN raw data (headers) parsing
|
||||||
2. [ ] parse geoip2 thingies
|
2. [ ] parse geoip2 thingies
|
||||||
3. [ ] parse user's Config
|
3. [ ] parse user's Config
|
||||||
4. [ ] impl routing logic based on client's Config
|
4. [ ] impl routing logic based on client's Config
|
||||||
5. [ ] make this thing easy adn convenient to use
|
5. [ ] make this thing easy adn convenient to use
|
||||||
6. [ ] custom Tor/i2p profiles/Config presets mayber????
|
6. [ ] custom Tor/i2p profiles/Config presets mayber????
|
||||||
|
|
||||||
|
### inner infra
|
||||||
|
1. [ ] write as much tests as possible covering hopefully all logic
|
||||||
|
2. [ ] keep code readable and comprehensive
|
||||||
|
3. [ ] ideally review each others PRs after initial MVP stage
|
||||||
|
4. [ ] leave references/helpful comments on parts when code isn't obvious from the first glance
|
||||||
Loading…
Add table
Add a link
Reference in a new issue