summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzedddie <rust@zedddie.rs>2026-03-15 19:47:15 +0100
committerzedddie <rust@zedddie.rs>2026-03-15 19:47:15 +0100
commit2db5e1d3ac44846bdadc434675206dde70f245ec (patch)
treea1b37899c5994482b6e343ded25faeeab045d5d5
parentd4f6b7d788a828da8dd7da452458a4eab40179b3 (diff)
bless this readmi with my plans
-rw-r--r--README.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/README.md b/README.md
index 64ef17e..399b83e 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,13 @@
-# Mesh-Killswitch or nsc (Network security control)
+# 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???? \ No newline at end of file