sniffing early work

use `tun` crate examope for starters, to map all traffic through tun
virtual interface, in next commits will push these packets to sniffing
module which will deciede further modifications of proxies based by
user's Config.
This commit is contained in:
zedddie 2026-03-15 14:59:11 +01:00 committed by tuturuu
parent cb61a2eda0
commit 06d4e558cd
No known key found for this signature in database
GPG key ID: B352C3C2894405A7
5 changed files with 36 additions and 2 deletions

View file

@ -0,0 +1 @@
// Here we will recieve bytes and try to get their destanation & apply Rules for them.