mimic icon indicating copy to clipboard operation
mimic copied to clipboard

eBPF UDP -> TCP obfuscator

Results 4 mimic issues
Sort by recently updated
recently updated
newest added

Thanks for your work! it's wonderful Do you hava any plan to make this work on openwrt?

enhancement

In future, when adding obfuscation support, consider supporting obsfuction method `wireguard` that implements logic like https://github.com/database64128/swgp-go 's `Zero overhead` mode. Some crypto lib seems could be exported from kernel module...

enhancement

Starting with kernel 6.17, I get this unsettling `REG INVARIANTS VIOLATION`: ``` Nov 17 09:56:10 LEGION kernel: ------------[ cut here ]------------ Nov 17 09:56:10 LEGION kernel: verifier bug: REG INVARIANTS...

bug
help wanted

Mimic now doesn't filter out incoming UDP packets if the tuple is in the whitelist but instead directly pass it to the next step. To align the behaviour when probed...

documentation
enhancement