updated goals

This commit is contained in:
namilsk 2026-03-17 19:24:23 +03:00
parent 0d8f7c4373
commit da8e70f2e3
No known key found for this signature in database
GPG key ID: 2B2F0A4D870B4F9F

View file

@ -7,11 +7,12 @@ The project is designed by the desire to transfer all the charms of routing and
## brief impl plan: ## brief impl plan:
### client-side usage essentianls ### client-side usage essentianls
1. [ ] TUN raw data (headers) parsing 50-70% done =) 1. [ ] TUN raw data (headers) parsing 50-70% done =)
2. [ ] parse geoip2 thingies 2. [ ] parse geoip2 (mmdb for now) thingies (
3. [ ] add v2ray protocols buffer support (geo{ip,site}.dat)
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 (via proxies like 127.0.0.1:10808)
### inner infra ### inner infra
1. [ ] write as much tests as possible covering hopefully all logic 1. [ ] write as much tests as possible covering hopefully all logic