index
:
mesh-killswitch.git
main
Tun-in interface with marching on TOR/I2P similar to v2ray/xray
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Collapse
)
Author
11 days
impl Display trait for PacketInfo
zedddie
2026-03-17
really broken WIP for now xD
zedddie
2026-03-17
use ihl to derive port bytes
zedddie
2026-03-17
Working on IP geo parsers && packet router
namilsk
2026-03-17
add a Packet type alias and comment out debug thingies :<
zedddie
2026-03-16
add dns field and check
zedddie
2026-03-16
add fixme hardcoded IPv4 port offset
zedddie
2026-03-16
fix ipv6 UDP bytes mismatch, add bunch of aliases
zedddie
2026-03-15
a bunch of really (not)good tests
zedddie
2026-03-15
somewhat working network header parser
zedddie
2026-03-15
somewhat wip sniffing
zedddie
2026-03-15
networking abstractions & early parsing logic
zedddie
2026-03-15
sniff things wip
zedddie
2026-03-15
sniffing early work
zedddie
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.
2026-03-15
rename NSCConfig to Config for now :1
zedddie
2026-03-15
rm trailing newlines & add type alias for Vec
zedddie
2026-03-14
First minimal commit
namilsk