diff options
| author | namilsk <namilsk@namilsk.tech> | 2026-03-17 19:24:23 +0300 |
|---|---|---|
| committer | namilsk <namilsk@namilsk.tech> | 2026-03-17 19:24:23 +0300 |
| commit | da8e70f2e3c841796c122ca90617d74cb044b763 (patch) | |
| tree | b5b94dfd3e74ce69ad80a18512776244981dc9db /README.md | |
| parent | 0d8f7c437399531d700c2e01b4e0b33ba72bd689 (diff) | |
updated goals
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -7,14 +7,15 @@ The project is designed by the desire to transfer all the charms of routing and ## brief impl plan: ### client-side usage essentianls 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 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???? +6. [ ] custom Tor/i2p profiles/Config presets (via proxies like 127.0.0.1:10808) ### 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
\ No newline at end of file +4. [ ] leave references/helpful comments on parts when code isn't obvious from the first glance |
