summaryrefslogtreecommitdiff
path: root/src/geoparsers
AgeCommit message (Collapse)Author
2026-03-15sniffing early workzedddie
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-15rename NSCConfig to Config for now :1zedddie
2026-03-15rm trailing newlines & add type alias for Veczedddie
2026-03-14First minimal commitnamilsk